From eb5755bb456db37839052a521697d49563e7a7a1 Mon Sep 17 00:00:00 2001 From: Arun Kumar T K Date: Tue, 14 Mar 2017 14:21:08 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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?