From 06dd6e87a4b6d2a0290d21f9ba5a8a39705ea2b0 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:07:14 +0200 Subject: [PATCH] Updated NyoUI (markdown) --- NyoUI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NyoUI.md b/NyoUI.md index 7ec7b06..98edf73 100644 --- a/NyoUI.md +++ b/NyoUI.md @@ -70,7 +70,7 @@ NyoUI.debug("Hi i am cute") **returns:**-
# Tipps -If you are new to such things, you want to create your own logic (lets say for example a redstone or rednet handler) while using my UI Framework, you just have to create something like this: +If you are new to such things, you want to create your own logic (lets say for example a redstone or rednet handler) while using the NyoUI Framework, you just have to create something like this: ````lua local NyoUI = dofile("NyoUI.lua")