Updated Home (markdown)

2017-06-14 14:44:10 -04:00
parent cfa9dd1b42
commit 3ff005b85c
+1 -1
@@ -5,7 +5,7 @@ The goal was to provide a simple and easy way to have multiple tasks run side by
This wiki will go over the entirety of this library with detailed explanations of each object and how things work together.
* The [Getting Started](https://github.com/rayaman/multi/wiki/Getting-Started) page will show the basics of setting the library up and getting it to run on your system.
* The [Objects](https://github.com/rayaman/multi/wiki/Actors) page will go over the various objects that can be created and used in the library.
* The [Objects](https://github.com/rayaman/multi/wiki/Objects) page will go over the various objects that can be created and used in the library.
* The Features [Features](https://github.com/rayaman/multi/wiki/Features) page will talk about features of the library that adds flexibly to the library.
* The [Managers](https://github.com/rayaman/multi/wiki/Managers) page will talk about starting up the multitasking library and getting it to work in other lua based environments not just the standard lua interpreter.
* The [Reference](https://github.com/rayaman/multi/wiki/Reference) page is for people who know how to use the library, but need to look up arguments or the spelling of a method.