diff --git a/README.md b/README.md index 45da135..e9ff489 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Provides a functional, streaming interface to zlib. ## Prerequisites To use this library, you need zlib, get it here: -* +* [https://zlib.net/](https://zlib.net/) ## Installing @@ -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() ```