Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Dec 25, 2023
1 parent c741162 commit 077d4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/64-complex-numbering-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ const doc = new Document({

// Used to export the file into a .docx file
Packer.toBuffer(doc).then((buffer) => {
fs.writeFileSync("6-numbering.docx", buffer);
fs.writeFileSync("My Document.docx", buffer);
});

0 comments on commit 077d4e1

Please sign in to comment.