aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c9d4df..805e50c 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Save the above specification to a file in UTF-8. In this explanation, the file n
Next, generate a DFA from the lexical specification using `maleeni compile` command.
```sh
-$ maleeni compile -l statement.json -o statementc.json
+$ maleeni compile statement.json -o statementc.json
```
### 3. Debug (Optional)