Skip to content

Commit 6b6abfe

Browse files
committed
clarify wording
1 parent c1bffe3 commit 6b6abfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Nim wrapper for LZ4
33

44
## 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:
5+
Use this API when you don't care about interoperability and assume only
6+
this wrapper will be used to compress and decompress strings:
77

88
import lz4
99
var input = readFile("LICENSE")

0 commit comments

Comments
 (0)