From: Juriy Zaytsev Date: Sun, 20 Sep 2015 20:54:00 +0000 (-0400) Subject: Update README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=daea6a7e7fc0d946b4674865125f7207a8411d25;p=html-minifier.git Update README.md --- 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