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 2cce7bf..6606650 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Unlimited Register Machine in OCaml.
20## Usage 20## Usage
21 21
22``` 22```
23./urm <run | trace> <program file> <initial register state file> 23./urm <run | trace> <urm | eurm> <program file> <initial register state file>
24``` 24```
25 25
26Examples programs are provided in the `examples` folder. 26Examples programs are provided in the `examples` folder.