From 4a18fdaf7422034285a067cf0f8ce1dae1e5234e Mon Sep 17 00:00:00 2001 From: Steven Yeh Date: Sat, 31 May 2025 13:12:14 -0500 Subject: [PATCH] Syntax Highlights --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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