From b9eadf883480c7fc1cea7a9183cfc5f2783afef8 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Thu, 18 Sep 2025 15:26:31 +0200 Subject: [PATCH] improving readme --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8a7d972..daf3f4d 100644 --- a/readme.md +++ b/readme.md @@ -99,8 +99,7 @@ And then run the code: ```js import {join} from 'node:path'; -import {getOdtTemplate} from '../scripts/odf/odtTemplate-forNode.js' -import {fillOdtTemplate} from '../scripts/node.js' +import {getOdtTemplate, fillOdtTemplate} from '@odfjs/odfjs' // replace with your template path const templatePath = join(import.meta.dirname, './tests/data/template-anniversaire.odt')