diff --git a/Program.md b/Program.md index 4c83379..87b8c91 100644 --- a/Program.md +++ b/Program.md @@ -31,7 +31,7 @@ local mainFrame = CreateFrame("myFirstFrame"):show() local aProgram = mainFrame:addProgram("myFirstProgram"):show() aProgram:execute("rom/programs/fun/worm.lua") -- executes worm, have fuuuuuuuuuuuuuuun - only hard difficulty ok? ```` -**args:**-
+**args:** filepath - the path to the program you want to execute
**returns:** the object
## stop