update README

This commit is contained in:
Philipp Kunz 2016-05-13 18:18:49 +00:00
parent e81288a9dd
commit 7b1df4148d

View File

@ -18,7 +18,7 @@ gulp-browser is meant to be easy:
gulp.task('gulpBrowserTest',function() {
var stream = gulp.src('./test/*.js')
.pipe(gulpBrowser.browserify(trasforms)) // optional array of tansforms
.pipe(gulpBrowser.browserify(transforms)) // gulp.browserify() accepts an optional array of tansforms
.pipe(gulp.dest("./test/browserifiedJS/"));
return stream;
});