Skip to content

Commit

Permalink
Cleaned up README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwassen committed Jan 9, 2019
1 parent 0ee6108 commit 334c876
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ Semi-maintained version of: https://github.com/Stuk/jszip
A library for creating, reading and editing .zip files with JavaScript, with a
lovely and simple API.

## Documentation

See https://stuk.github.io/jszip for all the documentation.

## Change log

See [CHANGES.md](CHANGES.md)

## Example usage

```javascript
var zip = new JSZip();

Expand All @@ -35,8 +43,8 @@ images/
smile.gif
*/
```
License
-------

## License

JSZip is dual-licensed. You may use it under the MIT license *or* the GPLv3
license. See [LICENSE.markdown](LICENSE.markdown).
Expand Down

0 comments on commit 334c876

Please sign in to comment.