Commit 10f66c502526dbaf2657498aa838b97c3b2752fb
1 parent
9717c83d10
Exists in
master
improve readme
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
README.md
View file @
10f66c5
... | ... | @@ -4,13 +4,13 @@ |
4 | 4 | |
5 | 5 | ## Running Locally |
6 | 6 | |
7 | -Asumming you have [Node.js](http://nodejs.org/) and [Heroku Toolbelt](https://toolbelt.heroku.com/) installed on your machine: | |
7 | +Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed. | |
8 | 8 | |
9 | 9 | ```sh |
10 | 10 | git clone git@github.com:heroku/node-js-sample.git # or clone your own fork |
11 | 11 | cd node-js-sample |
12 | 12 | npm install |
13 | -foreman start | |
13 | +npm start | |
14 | 14 | ``` |
15 | 15 | |
16 | 16 | Your app should now be running on [localhost:5000](http://localhost:5000/). |
17 | 17 | |
... | ... | @@ -27,9 +27,9 @@ |
27 | 27 | |
28 | 28 | For more information about using Node.js on Heroku, see these Dev Center articles: |
29 | 29 | |
30 | -- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs) | |
30 | +- [10 Habits of a Happy Node Hacker](https://blog.heroku.com/archives/2014/3/11/node-habits) | |
31 | 31 | - [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) |
32 | 32 | - [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support) |
33 | -- [Building a Real-time, Polyglot Application with Node.js, Ruby, MongoDB and Socket.IO](https://devcenter.heroku.com/articles/realtime-polyglot-app-node-ruby-mongodb-socketio) | |
33 | +- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs) | |
34 | 34 | - [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets) |