We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5df43f commit 57d8128Copy full SHA for 57d8128
README.md
@@ -10,7 +10,8 @@ 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/
+* 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.
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