From db36a31f9f5742357287f627060b6785249698de Mon Sep 17 00:00:00 2001 From: Manuel Pinto Date: Tue, 15 Jul 2025 17:29:02 +0530 Subject: [PATCH] fix(README): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.