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 }],