From f614e7e8d396933e2391ed0e19b257b5852ae662 Mon Sep 17 00:00:00 2001 From: tmont Date: Sun, 19 Nov 2017 13:27:59 -0800 Subject: [PATCH] contractions are hard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e1d68c..9feecfd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Now with less explosions! The purpose of this library is not to be the best XML parsing library ever conceived. Because it's not. It's meant to be an HTML/XML parser that doesn't require valid HTML/XML. It's also meant to act as a sanitizer, which is the -main reason for it's existence. +main reason for its existence. For example, you can just shove a blob of text into it, and it will happily parse as if it were valid XML.