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

Commit caecce8

Browse files
committed
readme crap
1 parent 440a652 commit caecce8

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
@@ -19,7 +19,7 @@ var xml = "<foo>bar</foo>";
1919
var json = parser.toJson(xml); //returns an string by default
2020
console.log(json);
2121
```
22-
if you want to get the Javascript object then you might like to invoke parser.toJson(xml, true);
22+
if you want to get the Javascript object then you might want to invoke parser.toJson(xml, true);
2323

2424

2525
## License

0 commit comments

Comments
 (0)