Skip to content

Commit b147d2e

Browse files
authored
Update README.md
1 parent c30e7fa commit b147d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ p.execute("println \"Hello World\"", false);
1717
p.execute(new File("path_to_file"), true);
1818
```
1919
You can also execute the script from the command line with the raw jar file.<br>
20-
This example will execute the command "help"
20+
This example will execute the command "version" and print the current version.
2121
> java -jar devscript_1.8.3.jar -e "version"
2222
2323
Command line arguments are:<br>

0 commit comments

Comments
 (0)