aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-03 16:22:49 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-03 16:22:49 -0500
commitcd80aeb19061b9d222d24cdb4d0764a210536531 (patch)
tree5b3f3ea6910fc39162c8900fb65ab68a6429968e /README.md
parentc70fa5f58f5ca2dc010f00caee19027069a09131 (diff)
Fixed README instructions
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 d5f52aa..49adc3e 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ If you can't (or don't want to) use the script, you can manually verify each
exercise with the Zig compiler:
```bash
-zig run exercises/01_hello.zig
+zig run 01_hello.zig
```
## TODO