Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karlseguin committed Aug 18, 2024
1 parent f68d430 commit cfd161c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you're coming from a previous version, I've made some breaking changes recent
```zig
.dependencies = .{
.httpz = .{
.url = "git+https://github.com/karlseguin/httpz.zig#master",
.url = "git+https://github.com/karlseguin/http.zig#master",
.hash = {{ actual_hash string, remove this line before 'zig build' to get actual hash }},
},
},
Expand Down

0 comments on commit cfd161c

Please sign in to comment.