From 81a88e5b892724fff80239d68a63fc9a6bcfb8ec Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 22 Jun 2017 13:18:38 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a366579..09bfe07 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ My multitasking library for lua
To install copy the multi folder into your enviroment and you are good to go
-It is a pure lua binding if you ingore the intergrations (Stable!)
+It is a pure lua binding if you ingore the intergrations
If you find any bugs or have any issues please let me know :) @@ -13,6 +13,8 @@ Also I will eventually add an example folder with a lot of examples for how you For real-time assistance with my libraries! A place where you can ask questions and get help with any of my libraries
https://discord.gg/U8UspuA
+View Changes: https://github.com/rayaman/multi#changes + Usage:
```lua --Basic usage @@ -26,8 +28,6 @@ multi:mainloop() -- the main loop of the program, multi:umanager() exists as wel ``` The library is modular so you only need to require what you need to. Because of this, the global enviroment is altered
-View Changes: https://github.com/rayaman/multi#changes - There are many useful objects that you can use
Check out the wiki for detailed usage, but here are the objects:
- Process#