We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0287016 commit 0151bb3Copy full SHA for 0151bb3
README.md
@@ -10,8 +10,7 @@ Zig port of [Comrak](https://github.com/kivikakk/comrak). Maintains 100% spec-c
10
11
## Using koino as a library
12
13
-* Get Zig 0.12 https://ziglang.org/
14
- * Using Zig 0.13? See [`zig-0.13.0`](https://github.com/kivikakk/koino/tree/zig-0.13.0) branch.
+* Get Zig 0.13+ https://ziglang.org/
15
* Start a new project with `zig init-exe` / `zig init-lib`
16
* Add koino via the zig package manager:
17
```console
0 commit comments