From daea6a7e7fc0d946b4674865125f7207a8411d25 Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Sun, 20 Sep 2015 16:54:00 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f151d43..8faa544 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/min | `customAttrAssign` | Arrays of regex'es that allow to support custom attribute assign expressions (e.g. `'
'`) | `[ ]` | | `customAttrSurround` | Arrays of regex'es that allow to support custom attribute surround expressions (e.g. ``) | `[ ]` | | `customAttrCollapse` | Regex that specifies custom attribute to strip newlines from (e.g. `/ng\-class/`) | | +| `quoteCharacter` | Type of quote to use for attribute values (' or ") | | ## Special cases -- 2.34.1