diff --git a/Frame.md b/Frame.md index 99d3b67..c5a0a10 100644 --- a/Frame.md +++ b/Frame.md @@ -54,7 +54,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):setBar("My first Frame!"):s ## showBar shows/hides the bar on top where you will see the title if its active ````lua -local mainFrame = basalt.createFrame("myFirstFrame")setBar("Hello World!"):showBar() +local mainFrame = basalt.createFrame("myFirstFrame"):setBar("Hello World!"):showBar() ```` **args:** bool visible (no args = true)
**returns:** self