From febc5e8bd2316c0c55dd741ff5020dd57cea65f6 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Thu, 4 Jun 2026 20:16:35 +0200 Subject: [PATCH] removed unnecessary shell prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15104e1..7b77de5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ in that case, you can download it directly from the [build directory](https://zi Verify the installation and build number of `zig` like so: ``` -$ zig version +zig version 0.17.0-dev.xxxx+xxxxxxxxx ```