diff --git a/README.md b/README.md index 4a3b190..558f793 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Download the Microsoft IIS Compression release from the following locations: The IIS Compression installer registers `iisbrotli.dll` as the `br` (Brotli) compression scheme provider in `applicationHost.config`. It also replaces the default `gzip` compression scheme provider `gzip.dll` with `iiszlib.dll`. A sample `httpCompression` section in `applicationHost.config` is shown below: -``` +```xml