Update README for 0.1.2.

This commit is contained in:
Madeorsk 2024-11-16 18:49:04 +01:00
parent c0ee40ffd9
commit 3f12157801
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -28,7 +28,7 @@ _Zouter_ is an HTTP router library for Zig **zap** HTTP server. It's made to eas
## Versions ## Versions
Zouter 0.1.1 is made for zig 0.13.0 and tested with zap 0.8.0. Zouter 0.1.2 is made for zig 0.13.0 and tested with zap 0.9.1.
## How to use ## How to use
@ -37,7 +37,7 @@ Zouter 0.1.1 is made for zig 0.13.0 and tested with zap 0.8.0.
In your project directory: In your project directory:
```shell ```shell
$ zig fetch --save https://code.zeptotech.net/zedd/zouter/archive/v0.1.1.tar.gz $ zig fetch --save https://code.zeptotech.net/zedd/zouter/archive/v0.1.2.tar.gz
``` ```
In `build.zig`: In `build.zig`: