From 30361525817df9be5d0e68fc23e62d84a02db752 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 8 Oct 2017 00:17:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab9f7566..7e65960dc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Actix Http is licensed under the [Apache-2.0 license](http://opensource.org/lice * HTTP 1.1 and 1.0 support * Streaming and pipelining support * [WebSockets support](https://fafhrd91.github.io/actix-http/actix_http/ws/index.html) - * Configurable request routing + * [Configurable request routing](https://fafhrd91.github.io/actix-http/actix_http/struct.RoutingMap.html) ## Usage