Skip to content

Commit f799c3f

Browse files
committed
Fix invalid single quote character in example
1 parent 69f415a commit f799c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ csslint.addRule({
113113
// rule information
114114
});
115115

116-
gulp.task(lint, function() {
116+
gulp.task('lint', function() {
117117
gulp.files('lib/*.css')
118118
.pipe(csslint())
119119
.pipe(csslint.reporter())

0 commit comments

Comments
 (0)