Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Feb 15, 2018
1 parent f370b3b commit 1e38398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -46,13 +46,13 @@ gulp.task('nsp', function (cb) {
```

### output
If you want to use an alternative output formatter provided by nsp use the output option.
If you want to use an alternative output reporter provided by nsp use the output option.

```javascript
gulp.task('nsp', function (cb) {
gulpNSP({
package: __dirname + '/package.json',
output: 'summary'
reporter: 'summary'
}, cb);
});
```
Expand Down

0 comments on commit 1e38398

Please sign in to comment.