diff --git a/README.md b/README.md index 96a402cbb..c25d6f53d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Actix web automatically upgrades connection to `http/2` if possible. ### Negotiation To use http/2 protocol over tls without prior knowlage requires -[tls alpn]( (https://tools.ietf.org/html/rfc7301). At the moment only +[tls alpn](https://tools.ietf.org/html/rfc7301). At the moment only rust-openssl supports alpn. ```toml