From e9e247217a33f2785a68060872bbb910953acbbd Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 4 Nov 2017 13:49:51 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e87b0dc35..7ccfcf10b 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ actix-web = { git = "https://github.com/actix/actix-web", features=["alpn"] } ``` Upgrade to `http/2` schema described in -[rfc section3.2](https://http2.github.io/http2-spec/#rfc.section.3.2) is not supported. +[rfc section 3.2](https://http2.github.io/http2-spec/#rfc.section.3.2) is not supported. Starting `http/2` with prior knowledge is supported for both clear text connection -and tls connection. [rfc link](https://http2.github.io/http2-spec/#rfc.section.3.4) +and tls connection. [rfc section 3.4](https://http2.github.io/http2-spec/#rfc.section.3.4) ## Example