From 67511b02835c63c8fe119ba9ca99311a093f1212 Mon Sep 17 00:00:00 2001 From: Alois Mahdal Date: Tue, 10 Mar 2026 23:36:24 +0100 Subject: [PATCH] Fix `zig fetch` URL in the main README Fixes #48. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31cb68c..a98bb13 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ To build an application using this SDK 1) Add datastar.http.zig as a dependency in your `build.zig.zon`: ```bash -zig fetch --save="datastar" "git+https://github.com/zigstser64/datastar.http.zig#master" +zig fetch --save="datastar" "git+https://github.com/zigster64/datastar.http.zig#main" ``` 2) In your `build.zig`, add the `datastar` module as a dependency you your program: