summaryrefslogtreecommitdiffstats
path: root/lib/README.md
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2018-05-07 21:38:45 (GMT)
committerGitHub <noreply@github.com>2018-05-07 21:38:45 (GMT)
commitb3692db46d2b23a7c0af2d5e69988c94f126e10a (patch)
treed9aa14d72978e78a1ca2f1aee99511ce2d04293c /lib/README.md
parentdfed9fa1d77f0434306d377c4da1f7191d3ba08a (diff)
parentbf6fd938e522150e2a30bee978102769a51f4b3e (diff)
downloadlz4-1.8.2.zip
lz4-1.8.2.tar.gz
lz4-1.8.2.tar.bz2
Merge pull request #531 from lz4/devv1.8.2
Preparing v1.8.2
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 fc5d4e9..7082fe3 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -15,7 +15,7 @@ They generate and decode data using [LZ4 block format].
For more compression ratio at the cost of compression speed,
the High Compression variant called **lz4hc** is available.
-Add files **`lz4hc.c`**, **`lz4hc.h`** and **`lz4opt.h`**.
+Add files **`lz4hc.c`** and **`lz4hc.h`**.
The variant still depends on regular `lib/lz4.*` source files.