From c345323524f6116c86433e5fea849ba78f6b1107 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Mon, 14 Apr 2025 14:56:45 +0200 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c66af6f..7ef6d19 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ npm i https://github.com/odfjs/odfjs.git#v0.14.0 ### Basic - reading an ods/xlsx file ```js -import {tableRawContentToObjects, tableWithoutEmptyRows, getODSTableRawContent} from 'ods-xlsx' +import {tableRawContentToObjects, tableWithoutEmptyRows, getODSTableRawContent} from '@odfjs/odfjs' /** * @param {ArrayBuffer} odsFile - content of an .ods file