From 4e95f0377c01a41c411b910bd8dd91f76d9599f5 Mon Sep 17 00:00:00 2001 From: GARCIA Guillaume Date: Mon, 13 May 2024 14:19:20 +0200 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f267b10..8875299 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ npm install image-blob-reduce Known issues ------------ -This package is not compaible with some minification options. If you use +This package is not compatible with some minification options. If you use `terser`, disable `evaluate` or all `compress` options: - `{ compress: { evaluate: false } }`