Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Provides a functional, streaming interface to zlib.
## Prerequisites

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

## Installing

Expand Down Expand Up @@ -35,7 +35,7 @@ luaopen_zlib(L);
```lua
-- @return major (integer)
-- @return minor (integer)
-- @return patch (integer)
-- @return patch (integer | nil)
local major, minor, patch = zlib.version()
```

Expand Down
Loading