From c849d5f3e5012f81b697c79178ed98a15d91c098 Mon Sep 17 00:00:00 2001 From: amitm02 Date: Wed, 17 Oct 2018 09:16:55 +0300 Subject: [PATCH] fix demp30 --- demo/demo30.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demo30.ts b/demo/demo30.ts index b728ffadcf..a587e42b7a 100644 --- a/demo/demo30.ts +++ b/demo/demo30.ts @@ -2,7 +2,7 @@ import * as fs from "fs"; import { Document, ImportDotx, Packer, Paragraph } from "../build"; const importDotx = new ImportDotx(); -const filePath = "./demo/dotx/f.dotx"; +const filePath = "./demo/dotx/template.dotx"; fs.readFile(filePath, (err, data) => { if (err) {