From 740d3e2ffe3e702fd021080bfaf303115e265977 Mon Sep 17 00:00:00 2001 From: Jordan Tucker Date: Mon, 12 Oct 2015 13:36:57 -0700 Subject: [PATCH] docs(readme): fix typo in coffeelint-stylish example --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d559afb..55344e5 100644 --- a/readme.md +++ b/readme.md @@ -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.