diff --git a/README.md b/README.md index 96b9b66..e626e48 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A lightweight JSON library for Lua ## Features -* Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT +* Implemented in pure Lua: works with 5.1, 5.2, 5.3, 5.4 and JIT * Fast: generally outperforms other pure Lua JSON implementations ([benchmark scripts](bench/)) * Tiny: around 280sloc, 9kb