summaryrefslogtreecommitdiffstats
path: root/lib/README.md
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2016-11-11 01:27:56 (GMT)
committerNick Terrell <terrelln@fb.com>2016-11-11 01:27:56 (GMT)
commit5b37837e6e872bb57c8c7d07d6d4ff94176b8c59 (patch)
tree39016706f705efb7639d27d9e80f07d7b8a13403 /lib/README.md
parent1f246a98992fa7035823bedf6a0b7612fc290592 (diff)
downloadlz4-5b37837e6e872bb57c8c7d07d6d4ff94176b8c59.zip
lz4-5b37837e6e872bb57c8c7d07d6d4ff94176b8c59.tar.gz
lz4-5b37837e6e872bb57c8c7d07d6d4ff94176b8c59.tar.bz2
Fix license and remove references to zstd
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.