From 025b6b7b1d9b78fc09078ea123d169835e56d720 Mon Sep 17 00:00:00 2001 From: "${Mr.DJA}" <42304709+iMrDJAi@users.noreply.github.com> Date: Sat, 15 Oct 2022 10:43:08 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5373f..90ea798 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm install xml-jsx-runtime -D You also need to install [xml-js](https://github.com/nashwaan/xml-js) independently in order to convert your XML non-compact objects into strings: ```bash -npm install xml-jsx-runtime -S +npm install xml-js -S ``` ## Usage: