Skip to content

Commit 7079b8d

Browse files
committed
chore: update readme
Signed-off-by: Tuan Anh Tran <me@tuananh.org>
1 parent 370e39d commit 7079b8d

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@
99

1010
## 🤘 Features
1111

12-
* Transform XML to JSON.
13-
* Only take properties that you're interested in.
14-
* Output is ready to use JS object.
12+
* Transform XML to JSON: transform only properties you're interested in. Output is ready to use JS object.
1513

1614
* Written in C++ and compiled down to WebAssembly, so no re-compilation needed.
17-
* No need to build a binary whenever a new Node version is released.
18-
* Works on all major platforms (OS X, Linux and Windows). See Travis CI and AppVeyor build status for details.
19-
* AWS Lambda friendly (or serverless in general).
2015

21-
* It's pretty fast on large XML strings.
22-
* We're using [our fork of pugixml](http://pugixml.org/) under the hood. It's one of the fastest XML parsers around.
23-
* Scales well with multi-core processors by use of a `worker_threads` pool (Node >= 12).
16+
* Works on all major platforms (Linux, macOS, Windows).
2417

25-
* Pretty print XML.
18+
* It's pretty fast on large XML strings. We leverage [pugixml](http://pugixml.org) through our own fork.
19+
20+
* Scale well with multi-core processors by the use of `worker_threads` pool.
2621

2722
## 🔥 Benchmark
2823

0 commit comments

Comments
 (0)