From db39f122bee6dd98f9e699fdbdeb13c6055a9207 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 31 Jan 2018 06:37:37 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b9be067..18b7b9ef3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Actix web is a small, fast, pragmatic, open source rust web framework. * Supported *HTTP/1.x* and *HTTP/2.0* protocols * Streaming and pipelining * Keep-alive and slow requests handling -* [WebSockets](https://actix.github.io/actix-web/actix_web/ws/index.html) +* Client/server WebSockets support * Transparent content compression/decompression (br, gzip, deflate) * Configurable request routing * Graceful server shutdown