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 5865e24 commit 3700b23Copy full SHA for 3700b23
README.md
@@ -104,7 +104,7 @@ We recommend using `AsciiCompressor.getString(byte[])` because the method can be
104
To extract ASCII bytes from a `String` in the most efficient way (for compression), do `AsciiCompressor.getBytes(String)`.
105
But the overloaded version `compressor.compress(String)` already calls it automatically, so, just call the overloaded version.
106
107
-### Where to store the compressed data
+### Where to store the compressed data?
108
109
In its purest form, a `String` is just a byte array (`byte[]`), and a compressed `String` couldn't be different.
110
You can store it anywhere you would store a `byte[]`.
0 commit comments