From ad818ab312e67f500c6182a15a5b132f40d9dfa4 Mon Sep 17 00:00:00 2001 From: "Daniel J. Dufour" Date: Fri, 24 Sep 2021 14:40:42 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5363600..6f2f3ee 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # xml-utils -The lightest XML parsing library. Only import the functions that you need. +> The lightest XML parsing library. + +# features +- Only import the functions that you need +- No external dependencies +- Runs the same in NodeJS and Browser ## install -``` +```bash npm install xml-utils ```