From 541e83cff47a2c50792caee744016c39c2ba745e Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Mon, 2 Feb 2026 12:56:26 +0600 Subject: [PATCH] docs: update zig fetch to use main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 059b499..9effa5c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Temporalz provides Zig bindings to the Rust-based [temporal_rs](https://github.c #### Add as a Dependency ```bash -zig fetch --save https://github.com/nurulhudaapon/temporalz/archive/v0.1.2.tar.gz +zig fetch --save https://github.com/nurulhudaapon/temporalz/archive/main.tar.gz ``` #### Use in build.zig