summaryrefslogtreecommitdiffstats
path: root/lib/README.md
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-11 07:55:19 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-11 07:55:19 (GMT)
commit9d075580decdd1de70c9f4f612d6df5999adbe22 (patch)
treeb0e1a1d5cacd3dcc9c5ae9b5940176fe211c733c /lib/README.md
parent52251d970956c992801b6b7434fe092751f7731e (diff)
parent4f9db1383a749e503e210ec6a712be67f31cfb1d (diff)
downloadlz4-9d075580decdd1de70c9f4f612d6df5999adbe22.zip
lz4-9d075580decdd1de70c9f4f612d6df5999adbe22.tar.gz
lz4-9d075580decdd1de70c9f4f612d6df5999adbe22.tar.bz2
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
Diffstat (limited to 'lib/README.md')
-rw-r--r--lib/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README.md b/lib/README.md
index 051ef54..3ca2776 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -10,7 +10,7 @@ The minimum required is **`lz4.c`** and **`lz4.h`**,
which will provide the fast compression and decompression algorithm.
-#### The High Compression variant od LZ4
+#### The High Compression variant of LZ4
For more compression at the cost of compression speed,
the High Compression variant **lz4hc** is available.