Skip to content

Commit 134264d

Browse files
committed
Update README.md
1 parent 1c71700 commit 134264d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ What is done
2222
* Load progress event
2323
* Get file as Base64
2424
* Get file as HTML Data URI (for hide from Network Requests)
25-
* GZIP Decompress Support, forked from jsxgraph/jsxgraph
25+
* GZIP Decompress Support, forked from https://github.com/jsxgraph/jsxgraph/
2626

2727
TODO
2828
========
@@ -184,7 +184,7 @@ JPAK Loader Error Codes:
184184
GZIP Support:
185185
========
186186

187-
The GZIP Decompress support is a modified version of **zip.js** from jsxgraph/jsxgraph project. For now, the default behaviour of `jpakloader` is to check the `compressed` flag at file entry. If its true, it tryes to decompress the file.
187+
The GZIP Decompress support is a modified version of **zip.js** from https://github.com/jsxgraph/jsxgraph/ project. For now, the default behaviour of `jpakloader` is to check the `compressed` flag at file entry. If its true, it tryes to decompress the file.
188188

189189
For compatible GZIPPing a file on Python you can do:
190190
```python

0 commit comments

Comments
 (0)