Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsepassi committed Apr 23, 2024
1 parent 7330643 commit 0de259f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Async IO supported on Linux {`x86_64`, `aarch64`}, and Mac {`x86_64`, `aarch64`}
`build.zig.zon`
```zig
.zigcoro = .{
.url = "https://api.github.com/repos/rsepassi/zigcoro/tarball/v0.5.0",
.hash = "1220ff5ad2a9980015a284f5baa83aa0624a4cd2f9e427bc873872c9d699b00042bb",
.url = "git+https://github.com/rsepassi/zigcoro#<commit hash>",
.hash = "<hash>",
},
```

Expand All @@ -32,7 +32,7 @@ my_lib.addModule("libcoro", libcoro);

## Current status

*Updated 2023/09/15*
*Updated 2024/04/23*

Alpha.

Expand Down

0 comments on commit 0de259f

Please sign in to comment.