From 7a131a8be4ab8c136cb0235c852a85d431c7d711 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Fri, 28 Jun 2024 12:39:54 +0200 Subject: [PATCH] fix hash --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e897d2f..a9c12b1 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ Exactly the goals I set out to achieve! ## FAQ: - Q: **What version of Zig does Zap support?** - - Zap uses the latest stable zig release (0.13.0), so you don't have to keep - up with frequent breaking changes. It's an "LTS feature". + - Zap uses the latest stable zig release (0.13.0), so you don't have to keep + up with frequent breaking changes. It's an "LTS feature". - Q: **Can Zap build with Zig's master branch?** - - See the `zig-master` branch. An example of how to use it is - [here](https://github.com/zigzap/hello-master). Please note that the - zig-master branch is not the official master branch of ZAP. Be aware that + - See the `zig-master` branch. An example of how to use it is + [here](https://github.com/zigzap/hello-master). Please note that the + zig-master branch is not the official master branch of ZAP. Be aware that I don't provide `build.zig.zon` snippets or tagged releases for it for the time being. If you know what you are doing, that shouldn't stop you from using it with zig master though.