Skip to content

Commit

Permalink
Clarify speed claim about pure JS implementation (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlbecker authored Sep 14, 2022
1 parent eec0309 commit 16d721f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Check the list of all known users [here](./USERs.md);
* Parse XML to JS Object
* Build XML from JS Object
* Works with node packages, in browser, and in CLI (press try me button above for demo)
* Faster than any pure JS implementation.
* Faster than any other pure JS implementation.
* It can handle big files (tested up to 100mb).
* Controlled parsing using various options
* XML Entities, HTML entities, and DOCTYPE entites are supported.
Expand Down Expand Up @@ -190,4 +190,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
# License
* MIT License

![Donate $5](static/img/donation_quote.png)
![Donate $5](static/img/donation_quote.png)

0 comments on commit 16d721f

Please sign in to comment.