We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b81155 commit 10f427fCopy full SHA for 10f427f
README.md
@@ -5,7 +5,7 @@ Provides a functional, streaming interface to zlib.
5
## Prerequisites
6
7
To use this library, you need zlib, get it here:
8
-* <http://www.gzip.org/zlib/>
+* [https://zlib.net/](https://zlib.net/)
9
10
## Installing
11
@@ -35,7 +35,7 @@ luaopen_zlib(L);
35
```lua
36
-- @return major (integer)
37
-- @return minor (integer)
38
--- @return patch (integer)
+-- @return patch (integer | nil)
39
local major, minor, patch = zlib.version()
40
```
41
0 commit comments