Skip to content

Commit d855716

Browse files
Update readme
1 parent edeb859 commit d855716

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Emulates Node's [zlib](http://nodejs.org/api/zlib.html) module for [Browserify](
44
using [pako](https://github.com/nodeca/pako). It uses the actual Node source code and passes the Node zlib tests
55
by emulating the C++ binding that actually calls zlib.
66

7-
[![browser support](https://ci.testling.com/devongovett/browserify-zlib.png)
8-
](https://ci.testling.com/devongovett/browserify-zlib)
9-
107
[![node tests](https://travis-ci.org/devongovett/browserify-zlib.svg)
118
](https://travis-ci.org/devongovett/browserify-zlib)
129

@@ -15,7 +12,6 @@ by emulating the C++ binding that actually calls zlib.
1512
The following options/methods are not supported because pako does not support them yet.
1613

1714
* The `params` method
18-
* The `dictionary` option
1915

2016
## License
2117

0 commit comments

Comments
 (0)