1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

Update README

This commit is contained in:
GitHub Action 2024-10-14 23:04:24 +00:00
parent 9543ede15f
commit 01a5140611

View file

@ -269,7 +269,7 @@ In your zig project folder (where `build.zig` is located), run:
<!-- INSERT_DEP_BEGIN --> <!-- INSERT_DEP_BEGIN -->
``` ```
zig fetch --save "git+https://github.com/zigzap/zap#v0.8.0" zig fetch --save "git+https://github.com/zigzap/zap#v0.9.0"
``` ```
<!-- INSERT_DEP_END --> <!-- INSERT_DEP_END -->
@ -403,3 +403,4 @@ pub fn main() !void {
``` ```