Skip to content

Commit 10f427f

Browse files
authored
fix(README.md): 1- zlib link; 2 - patch version type description. (#74)
1 parent 3b81155 commit 10f427f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Provides a functional, streaming interface to zlib.
55
## Prerequisites
66

77
To use this library, you need zlib, get it here:
8-
* <http://www.gzip.org/zlib/>
8+
* [https://zlib.net/](https://zlib.net/)
99

1010
## Installing
1111

@@ -35,7 +35,7 @@ luaopen_zlib(L);
3535
```lua
3636
-- @return major (integer)
3737
-- @return minor (integer)
38-
-- @return patch (integer)
38+
-- @return patch (integer | nil)
3939
local major, minor, patch = zlib.version()
4040
```
4141

0 commit comments

Comments
 (0)