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: