Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 10f66c5

Browse files
committed
improve readme
1 parent 9717c83 commit 10f66c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This is a barebones Node.js app using the [Express](http://expressjs.com/) frame
44

55
## Running Locally
66

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.
88

99
```sh
1010
git clone [email protected]:heroku/node-js-sample.git # or clone your own fork
1111
cd node-js-sample
1212
npm install
13-
foreman start
13+
npm start
1414
```
1515

1616
Your app should now be running on [localhost:5000](http://localhost:5000/).
@@ -27,8 +27,8 @@ heroku open
2727

2828
For more information about using Node.js on Heroku, see these Dev Center articles:
2929

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)
3131
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
3232
- [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)
3434
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)

0 commit comments

Comments
 (0)