Updated Getting Started (markdown)

2017-06-14 14:45:00 -04:00
parent 3ff005b85c
commit a9019bdfac
+1 -1
@@ -11,4 +11,4 @@ I recently added the modules to the system in the way they are now. Before every
This also means that require does not return a handle for the library, instead the global environment is modified. This however is not a problem though. This also means that require does not return a handle for the library, instead the global environment is modified. This however is not a problem though.
After requiring the library you may want to create predefined objects or create your own to run side by side and have all of the features that make this library powerful. For a list of objects and how to use them take a look at the [Objects]() page. After requiring the library you may want to create predefined objects or create your own to run side by side and have all of the features that make this library powerful. For a list of objects and how to use them take a look at the [Objects](https://github.com/rayaman/multi/wiki/Objects) page. This page will contain all of the information pertaining to object creation and manipulation.