From 935992fa340d03b80a58fbcb6754d2b29fb4d389 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Wed, 14 Jun 2017 14:33:48 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9828242..1401a20 100644 --- a/Home.md +++ b/Home.md @@ -4,4 +4,8 @@ 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. \ No newline at end of file +* 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 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. \ No newline at end of file