Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Oct 6, 2016
1 parent b69d365 commit 3a91015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To save the generated export files on client side, include:
<script type="text/javascript" src="libs/FileSaver/FileSaver.min.js"></script>
```

To export the table in XSLX (Excel 2007+ XML Format) format, you need to include:
To export the table in XLSX (Excel 2007+ XML Format) format, you need to include:
```javascript
<script type="text/javascript" src="libs/js-xlsx/xlsx.core.min.js"></script>
```
Expand Down

0 comments on commit 3a91015

Please sign in to comment.