CotalkerPartners / mongo-xlsx

Convert Mongo data into Excel and vice versa @ Node.js. MongoDB Mongoose Dump to excel.
MIT License
99 stars 28 forks source link

README Quick Example Error #2

Closed abhi0901 closed 8 years ago

abhi0901 commented 8 years ago

There is very small error in quick example in _README.md
_ /* Read Excel */ mongoxlsx.xlsx2MongoData("./file.xlsx", model, function(err, mongoData) { console.log('Mongo data:', mongoData); });

"mongoxlsx should be mongoXlsx"

nicarq commented 8 years ago

Thanks!