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

Commit

Permalink
Merge pull request #74 from garvitlnmiit/issue/issue-42
Browse files Browse the repository at this point in the history
Error in documentation
  • Loading branch information
c4milo committed Jan 2, 2015
2 parents 2e6d262 + ce86778 commit 2517a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ console.log(json);
parser.toJson(xml, options);
```
```javascript
parser.toXml(json, options);
parser.toXml(json);
```

### Options object
Expand Down

0 comments on commit 2517a44

Please sign in to comment.