Skip to content

Commit

Permalink
updated README with updated .zon deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed May 6, 2023
1 parent b45a7df commit ab8294b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Here's what works:
[mustache](https://mustache.github.io/) templating.
- **[endpoint authentication](examples/endpoint_auth/endpoint_auth.zig)**: a simple authenticated
endpoint. Read more about authentication [here](./doc/authentication.md).
- **[http parameters](examples/http_parameters/http_params.zig)**: a simple example sending
- **[http parameters](examples/http_params/http_params.zig)**: a simple example sending
itself query parameters of all supported types.
- **[cookies](examples/cookies/cookies.zig)**: a simple example sending
itself a cookie and responding with a session cookie.
Expand Down Expand Up @@ -133,10 +133,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap release-0.0.14
// zap release-0.0.15
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.14.tar.gz",
.hash = "1220adff3eec2ad33ff97d6fe6ad23d796cc52a7d0e290f3b909847e09362df3e242",
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.15.tar.gz",
.hash = "122023067e213715ef87bee4d9ad9707fda028e2f9c7fbe30c28d635acdf6490a651",
}
}
}
Expand Down

0 comments on commit ab8294b

Please sign in to comment.