NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://naturalintelligence.github.io/fast-xml-parser/
MIT License
2.43k stars 297 forks source link

docs: fix typos in v5 document `fast-xml-parse` #650

Closed abiriadev closed 3 months ago

abiriadev commented 3 months ago

Purpose / Goal

There are typos in the v5 documents: fast-xml-parse should be fast-xml-parser.

https://github.com/NaturalIntelligence/fast-xml-parser/blob/a96b96807207bdde0c4ce6cc31841fda936b4000/docs/v5/1.%20Getting%20Started.md?plain=1#L6-L9

Relevant error message:

 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/fast-xml-parse: Not Found - 404

fast-xml-parse is not in the npm registry, or you have no permission to fetch it.

So I found and corrected similar typos from v5 document.

Type

Please mention the type of PR