From 4ae6c82f487c66b43318059f079002a9ec68b368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 9 Nov 2017 17:37:56 +0100 Subject: [PATCH] docs(README): minor adjustments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cda36c3..c60f234 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Open [http://localhost:3000](http://localhost:3000) and take a look around. ## Steps for read and write access (recommended) -Step 1: Install the [Contentful CLI](https://www.npmjs.com/package/contentful-cli)) +Step 1: Install the [Contentful CLI](https://www.npmjs.com/package/contentful-cli) Step 2: Login to Contentful through the CLI. It will help you to create a [free account](https://www.contentful.com/sign-up/) if you don't have one already. ``` @@ -68,9 +68,9 @@ Step 6: Open `variables.env` and inject your credentials so it looks like this ``` NODE_ENV=development -CONTENTFUL_SPACE_ID={{SPACE_ID}} -CONTENTFUL_DELIVERY_TOKEN={{DELIVERY_ACCESS_TOKEN}} -CONTENTFUL_PREVIEW_TOKEN={{PREVIEW_ACCESS_TOKEN}} +CONTENTFUL_SPACE_ID= +CONTENTFUL_DELIVERY_TOKEN= +CONTENTFUL_PREVIEW_TOKEN= PORT=3000 ```