From 233aee14642c8db921221701efb7fce760c904d4 Mon Sep 17 00:00:00 2001 From: Karl Pietrzak Date: Tue, 28 Oct 2025 17:41:11 -0400 Subject: [PATCH] Fix minor typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb833f95..e98bf639 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 Objects and vice versa * Common JS, ESM, and browser compatible * Faster than any other pure JS implementation.