summaryrefslogtreecommitdiffstats
path: root/lib/README.md
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2017-11-09 22:13:30 (GMT)
committerGitHub <noreply@github.com>2017-11-09 22:13:30 (GMT)
commitdac26084a902657f9b530b09c3a21e000249109b (patch)
tree39a25ffc21da8f40705677873f984d6e8428a2ef /lib/README.md
parente6365b1854eddb9772693db50b07e9057d0fe4f6 (diff)
parentdc3ed5b6a7d9cc7d251a1942558e37793d5575b8 (diff)
downloadlz4-dac26084a902657f9b530b09c3a21e000249109b.zip
lz4-dac26084a902657f9b530b09c3a21e000249109b.tar.gz
lz4-dac26084a902657f9b530b09c3a21e000249109b.tar.bz2
Merge pull request #416 from lz4/newopt
Improve Optimal parser
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 7082fe3..fc5d4e9 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`** and **`lz4hc.h`**.
+Add files **`lz4hc.c`**, **`lz4hc.h`** and **`lz4opt.h`**.
The variant still depends on regular `lib/lz4.*` source files.