soldair / node-jsontoxml

this renders a simple javascript object structure into xml/html. js objects are easier to modify than strings so no need to parse a whole dom to reliably add a few elements. while this could support async callbacks it doesn't. if people need it i will be happy to add support.
MIT License
101 stars 38 forks source link

Update README.md #22

Closed yochannah closed 7 years ago

yochannah commented 7 years ago

fix example in readme.md, was missing a comma

soldair commented 7 years ago

awesome thanks!