aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-17 23:48:37 +0200
committerJulien Dessaux2021-10-17 23:52:48 +0200
commit51bd94646aa72d9335f9294bb3a13bf567f0eefc (patch)
tree34c28df2c1608390ca655a949747a027e627d0aa /README.md
parentCosmetic (diff)
downloadnimfunge98-51bd94646aa72d9335f9294bb3a13bf567f0eefc.tar.gz
nimfunge98-51bd94646aa72d9335f9294bb3a13bf567f0eefc.tar.bz2
nimfunge98-51bd94646aa72d9335f9294bb3a13bf567f0eefc.zip
Fixed USAGE and readme that no longer reflected correct program invocation1.0.1
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7918f60..195e545 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ nimble install
Launching the interpreter is as simple as :
```
-nimfunge98 -f something.b98
+nimfunge98 something.b98
```
The interpreter will then load and execute the specified Funge-98 program until the program normally terminates or is interrupted or killed.