From c92240cd03507cd11bb9b0f6b7bca33dd9aceae1 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sat, 13 Jul 2019 11:35:06 -1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d106999..db5899e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Usage int compress_and_decompress(const uint8_t* data, std::size_t length) { lzokay::EResult error; - /* This variable and 5th parameter of compress() is optional, but may + /* This variable and 6th parameter of compress() is optional, but may * be reused across multiple compression runs; avoiding repeat * allocation/deallocation of the work memory used by the compressor. */