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