Skip to content

Commit

Permalink
[doc] Small update to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jul 3, 2011
1 parent aaefc95 commit 079ca20
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 @@ -72,10 +72,10 @@ You can use forever to run any kind of script continuously (whether it is writte
forever stop my-daemon.js
```

There are several samples designed to test the fault tolerance of forever. Here's a simple example:
There are several examples designed to test the fault tolerance of forever. Here's a simple usage example:

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

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

0 comments on commit 079ca20

Please sign in to comment.