aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 0f2fe30..4d57acb 100644
--- a/README
+++ b/README
@@ -6,9 +6,10 @@ very well compressed gzip files.
The basic functions to compress data are ZopfliDeflate in deflate.h,
ZopfliZlibCompress in zlib_container.h and ZopfliGzipCompress in
-gzip_container.h. Use the ZopfliOptions object to set parameters that affect the
-speed and compression. Use the ZopfliInitOptions function to place the default
-values in the ZopfliOptions first.
+gzip_container.h, or ZopfliCompress in zopfli.h.
+Use the ZopfliOptions object to set parameters that affect the speed and
+compression. Use the ZopfliInitOptions function to place the default values in
+the ZopfliOptions first.
Deflate creates a valid deflate stream in memory, see:
http://www.ietf.org/rfc/rfc1951.txt