From: Juriy Zaytsev Date: Sun, 3 May 2015 15:07:33 +0000 (+0200) Subject: Update README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e50395317dee21485a96eaacd6d90866f58b816f;p=html-minifier.git Update README.md --- diff --git a/README.md b/README.md index 665bea4..f151d43 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ SVG tags are automatically recognized, and when they are minified, both case-sen ### Working with invalid markup -HTMLMinifier *can't work with invalid or partial chunks of markup*. This is because it parses markup into a tree struture, then modifies it (removing anything that was specified for removal, ignoring anything that was specified to be ingored, etc.), then it creates a markup out of that tree and returns it. +HTMLMinifier **can't work with invalid or partial chunks of markup**. This is because it parses markup into a tree struture, then modifies it (removing anything that was specified for removal, ignoring anything that was specified to be ingored, etc.), then it creates a markup out of that tree and returns it. Input markup (e.g. `

foo`)