Update README.md

This commit is contained in:
Ryan Ward 2017-06-22 13:18:38 -04:00 committed by GitHub
parent 5b95dbec38
commit 81a88e5b89

View File

@ -3,7 +3,7 @@
My multitasking library for lua</br>
To install copy the multi folder into your enviroment and you are good to go</br>
It is a pure lua binding if you ingore the intergrations (Stable!)</br>
It is a pure lua binding if you ingore the intergrations</br>
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</br>
https://discord.gg/U8UspuA</br>
View Changes: https://github.com/rayaman/multi#changes
Usage:</br>
```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</br>
View Changes: https://github.com/rayaman/multi#changes
There are many useful objects that you can use</br>
Check out the wiki for detailed usage, but here are the objects:</br>
- Process#</br>