From edf34cf00d0b72a499f64fc3c4246add5aec0efd Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Tue, 9 May 2023 19:31:45 -0700 Subject: [PATCH] README: update example command Signed-off-by: Stephen Gutekanst --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee486c6..398d254d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Written in [Zig](https://ziglang.org/), Mach is for creating games, graphical ap ```sh git clone --recursive https://github.com/hexops/mach-examples cd mach-examples/ -zig build run-boids +zig build run-core-boids ``` Cross-platform graphics, a unified shader language & compute shaders.