From c35516dde0e3c27f227dcd4da8d8c9ce2e30f69d Mon Sep 17 00:00:00 2001 From: Tom Fuertes Date: Thu, 1 Jan 2015 16:44:27 -0600 Subject: [PATCH] readme sp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 385d669..c99ed9a 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ var csslint = require('gulp-csslint'); gulp.task('lint', function() { gulp.files('lib/*.css') .pipe(csslint()) - .pipe(csslint.reoprter()) // Display errors + .pipe(csslint.reporter()) // Display errors .pipe(csslint.failReporter()); // Fail on error }); ```