Change readme url to http from https (#52)

This commit is contained in:
Robert Linde
2017-11-09 13:07:37 +01:00
committed by Benedikt Rötsch
parent 4b0503b622
commit 8bff11d0f5

View File

@@ -18,7 +18,7 @@ Without any changes, this app is connected to a Contentful space that is not pub
You can clone the space for this example app to your own Contentful account by following the instructions [here](https://github.com/contentful/content-models/tree/master/the-example-app/README.md). Once youve created a space, you can change the credentials in the variables.env. If you dont feel like changing code immediately, you can also inject credentials via url parameters like so:
```
https://localhost:3000?space_id=<YOUR_CLONED_SPACE_ID>&delivery_token=<YOUR_DELIVERY_TOKEN>&preview_token=<YOUR_PREVIEW_TOKEN>
http://localhost:3000?space_id=<YOUR_CLONED_SPACE_ID>&delivery_token=<YOUR_DELIVERY_TOKEN>&preview_token=<YOUR_PREVIEW_TOKEN>
```
## Installing the Node.js app