From 35ebe310089829acf4bff0128567ee76c66f86e2 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Fri, 28 Feb 2025 15:58:46 +0100 Subject: [PATCH] doc: correct example used in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]