From d099321839ed43bb76c77e049ae610d4dc848434 Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Wed, 13 Dec 2017 11:52:11 -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 6eee3ffe..c71a3a01 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ with `net/http` can be used with chi's mux. ### Core middlewares ----------------------------------------------------------------------------------------------------------- -| chi/middlware Handler | description | +| chi/middleware Handler | description | |:----------------------|:--------------------------------------------------------------------------------- | AllowContentType | Explicit whitelist of accepted request Content-Types | | Compress | Gzip compression for clients that accept compressed responses |