]> git.lizzy.rs Git - lua_async.git/blobdiff - README.md
Port to Lua 5.3.3
[lua_async.git] / README.md
index abaa7f27511819d5bbe44d7da91fbf24e3af1dea..b5928779ab5100ab6ec0c9e79c4b807152ceacc7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # lua_async
-This project aims to provide an API similar to the Node.js Event loop - for Lua, fully written in Lua itself. It works with Lua 5.1, but will be ported to work with 5.3.3 in the future.
+This project aims to provide an API similar to the Node.js Event loop - for Lua, fully written in Lua itself. It is tested with Lua 5.1 and Lua 5.3.3, but should probably work with any Lua 5.x.
 Note that the goal is not to clone the Node Event loop exactly.
 This is already fully usable, but some features are missing (Events, EventTargets, some Promise methods) and will be implemented in the near future.
 It also provides a few useful extra methods as well as basic scheduling.