From 2ce09f82a4244c243d9fd0abe6c38e20411912f7 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Wed, 27 Apr 2022 00:46:50 +0700 Subject: [PATCH] reflect 5.4 compatibility in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f89412..37149aa 100644 --- a/README.md +++ b/README.md @@ -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` ### 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 ## Usage