From c2c4ba5e55a3485f226b390a779c7370222ee9f3 Mon Sep 17 00:00:00 2001 From: Gangadhar Jannu Date: Mon, 27 Feb 2017 15:38:11 +0530 Subject: [PATCH] Fixed the js-xlsx npm link jx-xlsx npm link has changed when I checked in their GitHub. So I updated the npm command to install js-xlsx in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683d2b2..cd9c417 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Wrapper for [SheetJS/js-xlsx](https://github.com/SheetJS/js-xlsx) providing conv ## Install * `npm install workbook --save` -* `npm install js-xlsx --save` +* `npm install xlsx --save` Note that this can also wrap other versions of js-xlsx, e.g. [protobi/js-xlsx](https://github.com/SheetJS/js-xlsx), to allow application of styles using the `.s` attribute instead: