From 51bd94646aa72d9335f9294bb3a13bf567f0eefc Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 17 Oct 2021 23:48:37 +0200 Subject: Fixed USAGE and readme that no longer reflected correct program invocation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3