From 7d2f7488aa34f566dc533bf7930c6d454d94b85a Mon Sep 17 00:00:00 2001 From: weyusi Date: Fri, 2 Nov 2018 21:10:36 +1030 Subject: [PATCH] style: fix formatting and grammar --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0928fa1..b52caf1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,9 @@ neat_brotli: - **logger** - Verbose output. Defaults to `false`. ## HTTP Compression -While most modern web browsers [support](https://www.caniuse.com/#feat=brotli) Brotli, you also need to consider whether web servers, hosting platforms, reverse proxy or CDN (whichever relevant to you) support it. As of 2018, GitHub & GitLab Pages and Netlify *do not* support brotli. You can still generate `.br` files, but they won't be serving those files. +While most modern web browsers [support](https://www.caniuse.com/#feat=brotli) Brotli, you also need to consider whether the web/app server, hosting platform, reverse proxy or CDN (whichever relevant to you) support it. + +As of 2018, GitHub/GitLab Pages and Netlify *do not* support brotli. You can generate `.br` files, but they won't be serving those files. If you have access to the web server config, you should disable on-the-fly compression for static files (that are already compressed by this plugin), e.g.