diff --git a/README.md b/README.md index bb833f95..b3471228 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Validate XML, Parse XML to JS Object, or Build XML from JS Object without C/C++ FXP logo * Validate XML data syntactically. Use [detailed-xml-validator](https://github.com/NaturalIntelligence/detailed-xml-validator/) to verify business rules. -* Parse XML to JS Objectand vice versa +* Parse XML to JS Object and vice versa * Common JS, ESM, and browser compatible * Faster than any other pure JS implementation.