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