From 42cd6e563dff8d899bdf96ef55817d3095f44a3e Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Thu, 9 Oct 2025 19:17:46 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ca5cf..6456499 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ module.exports = { implementation: ImageMinimizerPlugin.imageminMinify, options: { // Lossless optimization with custom option - // Feel free to experiment with options for better results + // Feel free to experiment with options for better results! plugins: [ ["gifsicle", { interlaced: true }], ["jpegtran", { progressive: true }],