From b5bc0880abc3b6548b13bd66c4845b7ed3db37bb Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 19 Jan 2018 20:48:16 -0500 Subject: [PATCH] Update README.md Fixing mislabeled documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2779881..2944f22 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ var cssNamepsace = require('gulp-css-namespace'); gulp.task('css-namepsace', function() { return gulp.src('src/*.css') - .pipe(cssNamepsace({selector:'.namespace-'})) + .pipe(cssNamepsace({namespace:'.namespace-'})) .pipe(gulp.dest('dist')); }); ``` #### Properties -* obj._selector_ +* obj._namespace_ * String: Namespace to use * obj._html_ * Boolean: Append namespace to singular HTML properties