Skip to content

Commit ae0970d

Browse files
authored
chore(docs): update for v0.1.0
1 parent 55d496d commit ae0970d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ Most of the code for this project originated in [zzz](https://github.com/mookums
88
- **Scalable**: Tardy uses very little memory initially and can be tuned using various configuration options.
99

1010
## Installing
11-
Tracking Latest Zig Stable: `0.13.0`
11+
Latest Zig Stable: `0.13.0`
12+
13+
Latest Tardy Release: `0.1.0`
1214
```
13-
zig fetch --save git+https://github.com/mookums/tardy#main
15+
zig fetch --save git+https://github.com/mookums/tardy#v0.1.0
1416
```
1517

1618
You can then add the dependency in your `build.zig` file:
@@ -30,7 +32,7 @@ exe.root_module.addImport(tardy);
3032
- Modular Asynchronous Implementation
3133
- `io_uring` for Linux (>= 5.1.0).
3234
- `epoll` for Linux (>= 2.5.45).
33-
- `kqueue` for Darwin & BSD.
35+
- `kqueue` for BSD & Mac.
3436
- `busy_loop` for Linux, Mac and Windows.
3537
- Single and Multi-threaded Support
3638
- Callbacks on Async I/O events (through `runtime.[net/fs]`)

0 commit comments

Comments
 (0)