diff --git a/README.md b/README.md
index 4c98cdf..a840ac7 100644
--- a/README.md
+++ b/README.md
@@ -151,8 +151,10 @@ examples to see how to use zap.
### Please note: latest zig master
-Latest zig-master has problems handling the recent GitHub
-redirects to `codeload.github.com`. My work-around for this is as follows:
+Latest zig-master has problems handling the recent GitHub redirects to
+`codeload.github.com`. Check if this issue still persists
+[here](https://github.com/ziglang/zig/issues/15419). My work-around for this is
+as follows:
Change your `build.zig.zon` zap dependency to localhost:
@@ -181,8 +183,7 @@ $ python -m http.server
```
This hosts the downloaded dependencies locally on port 8000. After the first
-`zig build`, you can stop the python http server with
-CTRL+C.
+`zig build`, you can stop the python http server with CTRL+C.
## Updating your project to the latest version of zap