From 5e531fb35f468f006b6bf18dde39c88e77c5b89a Mon Sep 17 00:00:00 2001 From: Jon Mountjoy Date: Tue, 8 Dec 2015 10:44:04 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d6341e..e37a79c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ A barebones Node.js app using [Express 4](http://expressjs.com/). This application supports the [Getting Started with Node on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out. -[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) - ## Running Locally Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed. @@ -26,6 +24,9 @@ $ heroku create $ git push heroku master $ heroku open ``` +or + +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) ## Documentation