reflect 5.4 compatibility in README

This commit is contained in:
Vadim A. Misbakh-Soloviov 2022-04-27 00:46:50 +07:00
parent e1a0c648e4
commit 2ce09f82a4
No known key found for this signature in database
GPG Key ID: 6765F46F28E9607E

View File

@ -12,7 +12,7 @@ Parse HTML text into a tree of elements with selectors
Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser` Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser`
### Dependencies ### Dependencies
Htmlparser depends on [Lua 5.1-5.3](https://www.lua.org/download.html) or [LuaJIT](https://luajit.org/download.html), which provides 5.1-compatible ABI. Htmlparser depends on [Lua 5.1-5.4](https://www.lua.org/download.html) or [LuaJIT](https://luajit.org/download.html), which provides 5.1-compatible API/ABI.
To be able to run the tests, [lunitx](https://github.com/dcurrie/lunit) also comes along as a LuaRock To be able to run the tests, [lunitx](https://github.com/dcurrie/lunit) also comes along as a LuaRock
## Usage ## Usage