diff --git a/Frame.md b/Frame.md index 56338d6..901bb6f 100644 --- a/Frame.md +++ b/Frame.md @@ -1,9 +1,9 @@ -Here are all possible functions you can use with frames: +Here you can find all possible functions you can use with frames: # basalt.createFrame -this function creates a new frame +this function creates a new non-parent frame ````lua local mainFrame = basalt.createFrame("myFirstFrame") ````