Skip to content

Commit

Permalink
[doc] Add a little more color to documentation for forever.load()
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jun 15, 2011
1 parent 3d6018f commit 3ef90c1
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 @@ -128,7 +128,7 @@ Each forever object is an instance of the node.js core EventEmitter. There are s
In addition to using a Forever object, the forever module also exposes some useful methods. Each method returns an instance of an EventEmitter which emits when complete. See the [forever cli commands][1] for sample usage.

### forever.load (config)
Sets the specified configuration (config) for the forever module. There are two important options:
_Synchronously_ sets the specified configuration (config) for the forever module. There are two important options:

* root: Directory to put all default forever log files
* pidPath: Directory to put all forever *.pid files
Expand Down

0 comments on commit 3ef90c1

Please sign in to comment.