Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit a2e5ecd

Browse files
author
Cody Rigney
authored
Update README.md
1 parent f814cec commit a2e5ecd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# fast-xml2js
22
In-place replacement for xml2js parseString. This is about 20x-30x faster and makes use of the rapidxml C++ library.
33

4-
WARNING: This has not been thoroughly tested, so please test yourself before using in production. It works for our use case. It only works for parseString and does not include the options parameter in parseString.
5-
64
### Install
75
Run ```npm install fast-xml2js```
86

@@ -21,4 +19,4 @@ Then call it like so:
2119
parseString('<some_xml>', function(err, result) {
2220
console.log(result);
2321
});
24-
```
22+
```

0 commit comments

Comments
 (0)