diff --git a/README.md b/README.md index 8e6e844..234002d 100644 --- a/README.md +++ b/README.md @@ -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]