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

Commit 1ceb3f0

Browse files
committed
Edited README.md via GitHub
1 parent 6a202d6 commit 1ceb3f0

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
@@ -4,7 +4,7 @@
44
```javascript
55
var parser = require('xml2json');
66

7-
var xml = "<foo>bar</foo>"
7+
var xml = "<foo>bar</foo>";
88
var json = parser.toJson(xml);
99
console.log(json);
1010
```

0 commit comments

Comments
 (0)