diff --git a/README.md b/README.md index 44de044..d5068d1 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,10 @@ const defaultMinifierOptions = { customAttrAssign: [/\$=/], ignoreCustomFragments: [/style\$?="\[\[.*?\]\]"/], } -``` - -Use custom settings by config setting `minifierOptions` +``` +Use custom options - by config setting `minifierOptions` -Refer https://github.com/kangax/html-minifier from more info +Refer https://github.com/kangax/html-minifier for more info ### Like it?