Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-self committed Sep 23, 2012
1 parent 508c5d0 commit d190b14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -104,10 +104,10 @@ Configuration
- **[autoPrintErr]** Boolean <*default*: **true**> - whether to automatically print to stderr when a command
has an error while an execution plan is executing.
- Example Usage:
````javascript
var ExecPlan = require('exec-plan').ExecPlan;
var execPlan = new ExecPlan({autoPrintOut: false, autoPrintErr: true});
````
````javascript
var ExecPlan = require('exec-plan').ExecPlan;
var execPlan = new ExecPlan({autoPrintOut: false, autoPrintErr: true});
````

Events
======
Expand Down

0 comments on commit d190b14

Please sign in to comment.