We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b44ac commit a73ab79Copy full SHA for a73ab79
README.md
@@ -1,6 +1,6 @@
1
# browserify-zlib
2
3
-Emulates Node's [zlib](http://nodejs.org/api/zlib.html) module for [Browserify](http://browserify.org)
+Emulates Node's [zlib](https://nodejs.org/api/zlib.html) module for [Browserify](http://browserify.org)
4
using [pako](https://github.com/nodeca/pako). It uses the actual Node source code and passes the Node zlib tests
5
by emulating the C++ binding that actually calls zlib.
6
0 commit comments