doowb / grunt-convert

Grunt task to convert to or from JSON, YAML, XML, PLIST or CSV.
MIT License
84 stars 17 forks source link

Readme Typo #40

Open dudewad opened 9 years ago

dudewad commented 9 years ago

There is an extra comma towards the end of the xml to json section of the readme:

convert: { options: { explicitArray: false, }, xml2json: { files: [ { expand: true, cwd: 'test/fixtures/', src: ['*/.xml'], dest: 'tmp/result/', ext: '.json' } ] }, <-------------HERE }

jonschlinkert commented 9 years ago

thanks for the heads up! (fwiw, using backticks around code will ensure that it's formatted and readable). here's an example