]> git.lizzy.rs Git - lua_async.git/blobdiff - README.md
Add Event and EventTarget
[lua_async.git] / README.md
index b5928779ab5100ab6ec0c9e79c4b807152ceacc7..6d50e5bc2c5e94a946aa74481efeb6a961b92b33 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # lua_async
 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.
+This is already fully usable, but some features are missing (especially some Promise methods) and will be implemented in the near future.
 It also provides a few useful extra methods as well as basic scheduling.
 
 ## Current features