From 07c7c4c65d520b1f991788492d7bd9a469e7ba15 Mon Sep 17 00:00:00 2001 From: Robert Linde Date: Thu, 9 Nov 2017 13:07:37 +0100 Subject: [PATCH] Change readme url to http from https (#52) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afefe11..128c156 100644 --- a/README.md +++ b/README.md @@ -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 you’ve created a space, you can change the credentials in the variables.env. If you don’t feel like changing code immediately, you can also inject credentials via url parameters like so: ``` -https://localhost:3000?space_id=&delivery_token=&preview_token= +http://localhost:3000?space_id=&delivery_token=&preview_token= ``` ## Installing the Node.js app