diff --git a/Frame.md b/Frame.md index 901bb6f..a9dd644 100644 --- a/Frame.md +++ b/Frame.md @@ -3,7 +3,7 @@ Here you can find all possible functions you can use with frames: # basalt.createFrame -this function creates a new non-parent frame +this function creates a new non-parent frame - in most cases the first thing you need. ````lua local mainFrame = basalt.createFrame("myFirstFrame") ````