Skip to content

Commit 5a6ef09

Browse files
author
James Hall
committed
Tidy README
1 parent 0af8ae5 commit 5a6ef09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ I also made jsPDF back in 2009 - http://github.com/MrRio/jsPDF
66

77
Usage:
88

9-
var doc = new DOCXjs();
10-
doc.text('DOCX.js is a free open source library for generating Microsoft Word Documents using pure client-side JavaScript.');
11-
doc.text('It was developed by James Hall at Snapshot Media.');
12-
doc.output('datauri');
9+
var doc = new DOCXjs();
10+
doc.text('DOCX.js is a free open source library for generating Microsoft Word Documents using pure client-side JavaScript.');
11+
doc.text('It was developed by James Hall at Snapshot Media.');
12+
doc.output('datauri');
1313

1414
Output:
1515

0 commit comments

Comments
 (0)