From a79dbaf0dbbbe2068d754538a1ae791bd7ccf756 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Sun, 24 Dec 2023 15:55:19 -0500 Subject: [PATCH] Fix typo (#348) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a394ea..91752f15 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,7 @@ Each section in the config can have these options: By default, the total size of all entry points will be checked. * **webpack**: with `false` it will disable webpack. * **running**: with `false` it will disable calculating running time. -* **gzip**: with `true` it will use Brotli compression and disable +* **gzip**: with `true` it will use Gzip compression and disable Brotli compression. * **brotli**: with `false` it will disable any compression. * **config**: a path to a custom webpack config.