From 8eca4c5f0bdcffbb8cca59a6c506f3303ff3cbc9 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Thu, 5 May 2022 19:17:41 +0200 Subject: [PATCH] Updated How To (markdown) --- How-To.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-To.md b/How-To.md index e595332..57d3dad 100644 --- a/How-To.md +++ b/How-To.md @@ -14,7 +14,7 @@ Here is a simple example of how you would create a simple button on the screen: --Here you load the basalt framework into your file: local basalt = dofile("basalt.lua") ---Here you create a level0 frame (a frame without a parents) only frames can be shown without a parent. +--Here you create a level0 frame (a frame without a parent) only frames can be shown without a parent. --As variable you have to use a unique name - otherwise you wont get a frame object back. :show() immediatly shows the object on the screen local main = basalt.createFrame("mainFrame") main:show()