doc: correct example used in README
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 18s

This commit is contained in:
2025-02-28 15:58:46 +01:00
parent c28fcd26c1
commit 35ebe31008

View File

@@ -10,7 +10,7 @@
Clone this repository and run `zig build --help` to see the available examples. Run a given example as follows:
```sh
zig build --release=safe -Dexample=input run
zig build --release=safe -Dexample=demo run
```
> [!TIP]