Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm i table-export --save

```javascript
var tableExport = require('table-export');
// dom id, filename, type: json, txt, csv, xml, doc, xsl, image, pdf
// dom id, filename, type: json, txt, csv, xml, doc, xls, image, pdf
tableExport('table1', 'test', 'image');
```

Expand All @@ -41,4 +41,4 @@ npm run dev

// 构建个人版本
MODULES='doc xls image' npm run build
```
```