From 16f0345c1643cb2ce2c6d27cad8383c5e9363aa6 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 8 Sep 2017 12:50:14 -0700 Subject: [PATCH] Update README to reflect progress --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4819eb4..846e6e6 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ More information about this crate can be found in the [crate documentation][dox] ## Features * Client and server HTTP/2.0 implementation. -* Implements the full HTTP/2.0 specification (soon). -* Passes [h2spec](https://github.com/summerwind/h2spec) (soon). +* Implements the full HTTP/2.0 specification. +* Passes [h2spec](https://github.com/summerwind/h2spec). * Focus on performance and correctness. * Built on [Tokio](https://tokio.rs).