Update README.md
authorJuriy Zaytsev <kangax@gmail.com>
Mon, 21 Dec 2015 19:33:21 +0000 (14:33 -0500)
committerJuriy Zaytsev <kangax@gmail.com>
Mon, 21 Dec 2015 19:33:21 +0000 (14:33 -0500)
README.md

index b31f4c0..a936b12 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,7 +46,6 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe
 | `removeScriptTypeAttributes`   | Remove `type="text/javascript"` from `script` tags. Other `type` attribute values are left intact. | `false` |
 | `removeStyleLinkTypeAttributes`| Remove `type="text/css"` from `style` and `link` tags. Other `type` attribute values are left intact. | `false` |
 | `removeOptionalTags`           | [Remove unrequired tags](http://perfectionkills.com/experimenting-with-html-minifier/#remove_optional_tags) | `false` |
-| `removeIgnored`                | Remove all tags starting and ending with `<%`, `%>`, `<?`, `?>` | `false` |
 | `removeEmptyElements`          | [Remove all elements with empty contents](http://perfectionkills.com/experimenting-with-html-minifier/#remove_empty_elements) | `false` |
 | `lint`                         | [Toggle linting](http://perfectionkills.com/experimenting-with-html-minifier/#validate_input_through_html_lint) | `false` |
 | `keepClosingSlash`             | Keep the trailing slash on singleton elements                            | `false` |