From ceae69b4687b446666b4491771fe94a08a90cc82 Mon Sep 17 00:00:00 2001 From: cssivision Date: Thu, 21 May 2020 21:56:35 +0800 Subject: [PATCH] Update Readme (#468) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 21f00a5..79072f3 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ specification. It does not handle: * TLS * Any feature not described by the HTTP/2.0 specification. -The intent is that this crate will eventually be used by -[hyper](https://github.com/hyperium/hyper), which will provide all of these features. +This crate is now used by [hyper](https://github.com/hyperium/hyper), which will provide all of these features. ## Usage