diff --git a/README.md b/README.md index 06eb8832..3485d312 100644 --- a/README.md +++ b/README.md @@ -192,10 +192,13 @@ In this example ttl seconds is set to 15 which means the cache will expire after ## Not supported Ocelot does not support... - * Chunked Encoding - Ocelot will always get the body size and return Content-Length - header. Sorry if this doesn't work for your use case! - * Fowarding a host header - The host header that you send to Ocelot will not be forwarded to - the downstream service. Obviously this would break everything :( + ++ Chunked Encoding - Ocelot will always get the body size and return Content-Length +header. Sorry if this doesn't work for your use case! + ++ Fowarding a host header - The host header that you send to Ocelot will not be +forwarded to the downstream service. Obviously this would break everything :( + ## Coming up