updated readme to add demo folder

This commit is contained in:
Dolan
2017-03-12 21:37:36 +00:00
committed by GitHub
parent f17360d45a
commit 353401d148

View File

@ -51,6 +51,14 @@
$ npm install --save docx
```
# Demo
```sh
$ npm run demo
```
will run the demo app in the `demo` folder, which creates a file called "My Document.docx" in the root of the project
# Usage