diff --git a/Pane.md b/Pane.md index 50b6f82..e2652e1 100644 --- a/Pane.md +++ b/Pane.md @@ -5,7 +5,7 @@ Remember pane also inherits from [object](https://github.com/NoryiE/basalt/wiki/ Pane doesn't have any custom functionallity. If you want to change the color/position or size, just check out the [object](https://github.com/NoryiE/basalt/wiki/Object) wikipage. -##Example: +## Example: ````lua local mainFrame = basalt.createFrame("myFirstFrame"):show()