diff --git a/README.md b/README.md index 7082ccd..c3d7e17 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,8 @@ print MinifyHtml.minify("
Hello, world!
", { :minify_js => false, :mini ## Minification +Note that many of the minification done can result in HTML that will not pass validation, but remain interpreted and rendered correctly by the browser; essentially, the laxness of the browser is taken advantage of for better minification. + ### Whitespace minify-html has advanced context-aware whitespace minification that does things such as: