From e2af6c515b640405a04192ca68367edad2d6a51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 9 Nov 2017 17:35:42 +0100 Subject: [PATCH] docs(README): add linebreak --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b334df..cda36c3 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ Final Step: Open [http://localhost:3000?enable_editorial_features](http://localhost:3000?enable_editorial_features) and take a look around. This URL flag adds an “Edit” button in the app on every editable piece of content which will take you back to Contentful web app where you can make changes. It also adds “Draft” and “Pending Changes” status indicators to all content if relevant. ## Deploy to Heroku -You can also deploy this app to Heroku. +You can also deploy this app to Heroku: + [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) Open [http://localhost:3000?enable_editorial_features](http://localhost:3000?enable_editorial_features) and take a look around. This URL flag adds an “Edit” button in the app on every editable piece of content which will take you back to Contentful web app where you can make changes. It also adds “Draft” and “Pending Changes” status indicators to all content if relevant.