From a72b0f92c779f39bdaa67c7590fa16e5b79b253a Mon Sep 17 00:00:00 2001 From: Michael Kourlas Date: Sat, 30 Oct 2021 22:30:20 -0400 Subject: [PATCH] Update changelog and readme --- CHANGES.md | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fef74d5..08545e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ - Update dependencies - Export options interfaces in main module +- Update example to include root attribute ## 4.0.1 diff --git a/README.md b/README.md index dc58757..5462641 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ source maps. ## Usage -The documentation for the current version is available [here](http://www.kourlas.com/node-js2xmlparser/docs/4.0.1/). +The documentation for the current version is available [here](http://www.kourlas.com/node-js2xmlparser/docs/4.0.2/). You can also build the documentation using npm: @@ -76,7 +76,7 @@ var js2xmlparser = require("js2xmlparser"); var obj = { "@": { type: "natural", - } + }, firstName: "John", lastName: "Smith", dateOfBirth: new Date(1964, 7, 26),