Skip to content

Commit

Permalink
Fixed link to zlib documentation
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
Slava Fomin committed Aug 1, 2016
1 parent a920002 commit 5d141dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gzip({ threshold: true })

### gzipOptions `Object`

Options object to pass through to zlib.Gzip. See [zlib documentation](http://nodejs.org/api/zlib.html#zlib_options) for more information.
Options object to pass through to zlib.Gzip. See [zlib documentation][gzip-options] for more information.

```javascript
gzip({ gzipOptions: { level: 9 } })
Expand Down Expand Up @@ -140,3 +140,6 @@ gulp.task('tarball', function() {
```

[More examples](https://github.com/jstuckey/gulp-gzip/tree/master/examples).


[gzip-options]: https://nodejs.org/api/zlib.html#zlib_class_options

0 comments on commit 5d141dd

Please sign in to comment.