diff --git a/Program.md b/Program.md index b907a59..5679b8c 100644 --- a/Program.md +++ b/Program.md @@ -26,7 +26,7 @@ executes the given path (-program) ````lua local mainFrame = basalt.createFrame("myFirstFrame"):show() local aProgram = mainFrame:addProgram("myFirstProgram"):show() -aProgram:execute("rom/programs/fun/worm.lua") -- executes worm, have fuuuuuuuuuuuuuuun - only hard difficulty ok? +aProgram:execute("rom/programs/fun/worm.lua") -- executes worm, have fuuuuuuuuuuuuuuun ```` **args:** filepath - the path to the program you want to execute
**returns:** the object