diff --git a/Program.md b/Program.md index 9a721ff..b907a59 100644 --- a/Program.md +++ b/Program.md @@ -12,7 +12,7 @@ This will create a default program with the size 12 width and 6 height on positi Here are all possible functions available for programs. Remember program inherit from [object](https://github.com/NoryiE/NyoUI/wiki/Object): ## getStatus -Sets the displayed button text +returns the current status ````lua local mainFrame = basalt.createFrame("myFirstFrame"):show() local aProgram = mainFrame:addProgram("myFirstProgram"):show()