diff --git a/Home.md b/Home.md index b9cd314..b614b23 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: -`local screen = dofile("NyoUI.lua")` +`dofile("NyoUI.lua")` now you are able to access everything from NyoUI.lua.