Skip to content

Commit

Permalink
Merge pull request #36 from jordanbtucker/patch-1
Browse files Browse the repository at this point in the history
Fix typo in coffeelint-stylish example
  • Loading branch information
janraasch committed Oct 13, 2015
2 parents 9a2ed5c + 740d3e2 commit f85d917
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 f85d917

Please sign in to comment.