Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 2517a44

Browse files
committed
Merge pull request #74 from garvitlnmiit/issue/issue-42
Error in documentation
2 parents 2e6d262 + ce86778 commit 2517a44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ console.log(json);
3131
parser.toJson(xml, options);
3232
```
3333
```javascript
34-
parser.toXml(json, options);
34+
parser.toXml(json);
3535
```
3636

3737
### Options object

0 commit comments

Comments
 (0)