diff --git a/Home.md b/Home.md index b614b23..787f94b 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ You want to know how to use my UI Framework for your projects? Easy! Just use th After that, you just have to put this on top of your program: -`dofile("NyoUI.lua")` +`local NyoUI = dofile("NyoUI.lua")` now you are able to access everything from NyoUI.lua.