Skip to content

Commit 3316f21

Browse files
authored
README fixes
1 parent fd49df0 commit 3316f21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Usage
66

77
```js
8+
var unzip = require('gulp-unzip')
89
gulp.task('filter_sample', function(){
9-
var minimatch = require('minimatch')
1010
gulp.src("./download/bootstrap-3.1.1-dist.zip")
1111
.pipe(unzip())
1212
.pipe(gulp.dest('./tmp'))
@@ -21,6 +21,7 @@ You can provide a `filter` option. It should be a function that gets an `entry`
2121

2222
```js
2323
var concat = require('gulp-concat')
24+
var unzip = require('gulp-unzip')
2425
var minimatch = require('minimatch')
2526
gulp.task('filter_sample', function(){
2627
gulp.src("./download/bootstrap-3.1.1-dist.zip")

0 commit comments

Comments
 (0)