From 244f9381ae17ac09e2e7db9317e18a8e7eb8841e Mon Sep 17 00:00:00 2001 From: Olivier Louvignes Date: Mon, 15 Apr 2024 10:51:42 +0200 Subject: [PATCH] feat(update): minor changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d759b79..08c063a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Straightforward excel file parser and builder. ```bash npm install node-xlsx --save +# or +pnpm add node-xlsx ``` ## Quickstart