Skip to content

Commit a72b0f9

Browse files
Update changelog and readme
1 parent ead751b commit a72b0f9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Update dependencies
44
- Export options interfaces in main module
5+
- Update example to include root attribute
56

67
## 4.0.1
78

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ source maps.
5858

5959
## Usage
6060

61-
The documentation for the current version is available [here](http://www.kourlas.com/node-js2xmlparser/docs/4.0.1/).
61+
The documentation for the current version is available [here](http://www.kourlas.com/node-js2xmlparser/docs/4.0.2/).
6262

6363
You can also build the documentation using npm:
6464

@@ -76,7 +76,7 @@ var js2xmlparser = require("js2xmlparser");
7676
var obj = {
7777
"@": {
7878
type: "natural",
79-
}
79+
},
8080
firstName: "John",
8181
lastName: "Smith",
8282
dateOfBirth: new Date(1964, 7, 26),

0 commit comments

Comments
 (0)