Skip to content

Commit

Permalink
Add missing compressionLevel parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
klausenbusk committed Jul 26, 2020
1 parent 2169b98 commit 72d19e3
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 @@ -15,7 +15,7 @@ const zstd = await ZSTD();

zstd.compress(<Uint8Array>, <compressionLevel>) <Uint8Array>
zstd.decompress(<Uint8Array>) <Uint8Array>
zstd.compressString(<string>) <Uint8Array>
zstd.compressString(<string>, <compressionLevel>) <Uint8Array>
zstd.decompressString(<Uint8Array>) <string>
```
See also: [example.html](./example.html)

0 comments on commit 72d19e3

Please sign in to comment.