Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
updating start command
Browse files Browse the repository at this point in the history
  • Loading branch information
ekryski committed Feb 23, 2016
1 parent dd8bb66 commit d93956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ app.listen(port, function() {
});
```

You can run this example with `npm run example` from the cloned repository and going to [localhost:3030/messages](http://localhost:3030/messages). You will see the test Message that we created at the end of that file.
You can run this example with `npm start` from the cloned repository and going to [localhost:3030/messages](http://localhost:3030/messages). You will see the test Message that we created at the end of that file.


## Changelog
Expand Down

0 comments on commit d93956f

Please sign in to comment.