Skip to content

Commit 433bd32

Browse files
committed
changing instructions
1 parent 73c57a8 commit 433bd32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/recipes/adding-gzip-task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# GZip dist gulp task
22

3-
1. Install [gulp-gzip](https://www.npmjs.org/package/gulp-gzip) package <br>
3+
1. Install [gulp-gzip](https://www.npmjs.org/package/gulp-gzip) <br>
44
`npm install gulp-gzip --save-dev`
55

6-
2. Add this code to your Gulpfile:
6+
2. Add the following code to your Gulpfile:
77

88
```javascript
99
var gzip = require('gulp-gzip');
@@ -19,5 +19,5 @@ gulp.task('gzip', ['index'], function(cb) {
1919
});
2020
```
2121

22-
3. Run the new task compilation <br>
22+
3. Run the new task <br>
2323
`gulp gzip`

0 commit comments

Comments
 (0)