diff --git a/README.md b/README.md index fb2fea9..057b22f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ TagSoup is used to parse the HTML, and it does a good job. However TagSoup does , , -In the third case, img and br tags will be output as a single self-closing tags. Other self-closing tags will be output as an open and closing pair. So ` or ` converts to ``, and ` or ` converts to ``. There are future updates to TagSoup planned to fix these cases. +In the third case, img and br tags will be output as a single self-closing tags. Other self-closing tags will be output as an open and closing pair. So ` or ` converts to ``, and ` or ` converts to ``. There are future updates to TagSoup planned so that TagSoup will be able to render tags exactly the same as they were parsed. Integration ===========