From 7cf87569b51155a7d77ede334f230bd56c56515d Mon Sep 17 00:00:00 2001 From: Ryan Sepassi Date: Thu, 25 Jan 2024 08:28:00 -0800 Subject: [PATCH] Update zigmaster readme text --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a94b9..4578c2f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Supports async IO via [`libxev`][libxev]. Branch `main` tested against Zig v0.11.0. -Branch `zigmaster` tested against Zig v0.12.0-dev.1372+8457439a8. +Use branch [`zigmaster`](https://github.com/rsepassi/zigcoro/tree/zigmaster) to +use Zig master. See its README for what version it is tested against. Coroutines supported on Windows `x86_64`, Linux {`x86_64`, `aarch64`, `riscv64`}, and Mac {`x86_64`, `aarch64`}.