diff --git a/README.md b/README.md index c153391..4232f20 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,6 @@ The *build* functions returns the workbook object . The user can then proced to Example ``` -excelHelp.XLSX.writeFile(excelHelpWb, filename, write_opts) +new ExcelHelp().XLSX.writeFile(excelHelpWb, filename, write_opts) ``` diff --git a/package.json b/package.json index fd0d978..61720f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "excel-help", - "version": "1.0.2", + "version": "1.0.3", "description": "Helper + Middleware for exporting excel files based on sheetjs", "main": "index.js", "scripts": {