From 18d1e3ab6931a073dad7b8915d1f30fb619f0f07 Mon Sep 17 00:00:00 2001 From: Nicolas Frey <114519705+Microwonk@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:39:29 +0100 Subject: [PATCH] Fix H3 library link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791b3b2a..875f60af 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You can enable VSOCK support by enabling `vsock` feature. cargo install --features vsock oha -You can enable experimental HTTP3 support by enabling the `http3` feature. This uses the [H3](https://github.com/hyperium/h3/r) library by the developers of Hyper. +You can enable experimental HTTP3 support by enabling the `http3` feature. This uses the [H3](https://github.com/hyperium/h3) library by the developers of Hyper. It will remain experimental as long as H3 is experimental. It currently depends on using `rustls` for TLS. ## Download pre-built binary