We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed58ed commit 13e5b2eCopy full SHA for 13e5b2e
README.md
@@ -20,8 +20,6 @@ byte[] c = new FiveBitAsciiCompressor().compress(data); // c is 62 megabytes.
20
byte[] c = new SixBitAsciiCompressor().compress(data); // c is 75 megabytes.
21
```
22
23
-Check our documentation below.
24
-
25
## Downloads
26
```xml
27
<dependency>
0 commit comments