diff --git a/README.md b/README.md index 8dc4f8e7..bf04126d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Can't get easier than this, right? This works starting with `xml2js` 0.2.3. With CoffeeScript it looks like this: ```coffeescript -parseString = require('xml2js').parseString; +parseString = require('xml2js').parseString xml = "Hello xml2js!" parseString xml, (err, result) -> console.dir result