Skip to content

Commit

Permalink
CoffeeScript does not need this semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jan 29, 2013
1 parent 8a59355 commit de2c68f
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 @@ -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 = "<root>Hello xml2js!</root>"
parseString xml, (err, result) ->
console.dir result
Expand Down

0 comments on commit de2c68f

Please sign in to comment.