Skip to content

Commit 3700b23

Browse files
committed
README updates.
1 parent 5865e24 commit 3700b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ We recommend using `AsciiCompressor.getString(byte[])` because the method can be
104104
To extract ASCII bytes from a `String` in the most efficient way (for compression), do `AsciiCompressor.getBytes(String)`.
105105
But the overloaded version `compressor.compress(String)` already calls it automatically, so, just call the overloaded version.
106106

107-
### Where to store the compressed data
107+
### Where to store the compressed data?
108108

109109
In its purest form, a `String` is just a byte array (`byte[]`), and a compressed `String` couldn't be different.
110110
You can store it anywhere you would store a `byte[]`.

0 commit comments

Comments
 (0)