Skip to content

Commit

Permalink
[fix doc] Fix README to match flatiron refactor
Browse files Browse the repository at this point in the history
Fixes #174.
  • Loading branch information
mmalecki committed Dec 1, 2011
1 parent 517d31b commit 061d14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can use forever to run any kind of script continuously (whether it is writte

```
$ forever --help
usage: forever [action] [options] SCRIPT [script-options]
usage: forever [options] [action] SCRIPT [script-options]
Monitors the script specified in the current process or as a daemon
Expand Down Expand Up @@ -83,7 +83,7 @@ You can use forever to run any kind of script continuously (whether it is writte
There are several examples designed to test the fault tolerance of forever. Here's a simple usage example:

``` bash
$ forever examples/error-on-timer.js -m 5
$ forever -m 5 examples/error-on-timer.js
```

### Using an instance of Forever from node.js
Expand Down

0 comments on commit 061d14f

Please sign in to comment.