Update README.md
authorJuriy Zaytsev <kangax@gmail.com>
Sun, 20 Sep 2015 20:54:00 +0000 (16:54 -0400)
committerJuriy Zaytsev <kangax@gmail.com>
Sun, 20 Sep 2015 20:54:00 +0000 (16:54 -0400)
README.md

index f151d43..8faa544 100644 (file)
--- 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. `'<div flex?="{{mode != cover}}"></div>'`) | `[ ]` |
 | `customAttrSurround`           | Arrays of regex'es that allow to support custom attribute surround expressions (e.g. `<input {{#if value}}checked="checked"{{/if}}>`) | `[ ]` |
 | `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