From 4f44d1461c1ea314e0e535427442abb07f8404a8 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:13:36 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.