Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Jul 25, 2014
1 parent 974111b commit 16537bd
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 @@ -9,7 +9,7 @@ The entry point of application responsible for initializing the `notifier`.
```js
var notifier = require('./source/notifier');

notifier.listen(5050);
notifier.start(5050);
```

To initialize the `notifier` you should create 3 entities - `actions`, `resovers` and `executors`.
Expand Down

0 comments on commit 16537bd

Please sign in to comment.