Skip to content

Commit

Permalink
docs(readme): fix typo in coffeelint-stylish example
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Oct 13, 2015
1 parent 9a2ed5c commit 740d3e2
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 @@ -99,7 +99,7 @@ gulp.src('./src/*.coffee')
```js
gulp.src('./src/*.coffee')
.pipe(coffeelint())
.pipe(coffeelint.reporter('coffelint-stylish'))
.pipe(coffeelint.reporter('coffeelint-stylish'))
```

Any module following the CoffeeLint Reporter module format should work. These modules have a constructor accepting a `CoffeeLint::ErrorReport Object`, and provide a `publish` function.
Expand Down

0 comments on commit 740d3e2

Please sign in to comment.