Update documentation and README

This commit is contained in:
Dolan
2018-08-04 04:03:08 +01:00
parent 08a3538d8e
commit 7d05d69707
6 changed files with 74 additions and 80 deletions

View File

@ -4,7 +4,7 @@
* Include documentation reference(s) at the top of each file:
```ts
```js
// http://officeopenxml.com/WPdocument.php
```
@ -18,7 +18,7 @@ Please write a test of every file you make and suffix it with `.spec.ts`.
Here is a template of a test:
```ts
```js
import { assert } from "chai";
describe("ClassName", () => {