diff --git a/README.md b/README.md index 8e837a1..8022f92 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Then, add it to your `gulpfile.js`: ```javascript var inject = require("gulp-inject"); -gulp.src("./src/*.ext") +gulp.src("./src/*.ext", {read: false}) // Not necessary to read the files (will speed up things), we're only after their paths .pipe(inject("path/to/your/index.html")) .pipe(gulp.dest("./dist")); ``` diff --git a/package.json b/package.json index 8fab033..b311846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-inject", - "version": "0.1.0", + "version": "0.1.1", "description": "A javascript, stylesheet and webcomponent injection plugin for Gulp", "keywords": [ "gulpplugin",