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 c1bffe3 commit 6b6abfeCopy full SHA for 6b6abfe
README.md
@@ -2,8 +2,8 @@
2
Nim wrapper for LZ4
3
4
## Simple compression (block API)
5
-Use this API when you don't care about interoperability and assume
6
-that you will only use this wrapper to compress and decompress strings:
+Use this API when you don't care about interoperability and assume only
+this wrapper will be used to compress and decompress strings:
7
8
import lz4
9
var input = readFile("LICENSE")
0 commit comments