Updated demos

This commit is contained in:
Dolan
2017-12-19 21:49:44 +00:00
parent cc67a83ce8
commit 49fc28d86c
4 changed files with 19 additions and 21 deletions

View File

@ -1,6 +1,6 @@
const docx = require('../build');
var doc = new docx.Document();
var doc = new docx.File();
var paragraph = new docx.Paragraph("Hello World");
var institutionText = new docx.TextRun("University College London").bold();