From 2742fe90e5031e5c2378547b11f937fd684e3835 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 15 Jul 2018 17:14:07 -0400 Subject: [PATCH] docs: fix threshold documentation to match implementation closes #144 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 282c2769..8892e5b7 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ is not set appropriately. ##### threshold The byte threshold for the response body size before compression is considered -for the response, defaults to `1kb`. This is a number of bytes, any string -accepted by the [bytes](https://www.npmjs.com/package/bytes) module, or `false`. +for the response, defaults to `1kb`. This is a number of bytes or any string +accepted by the [bytes](https://www.npmjs.com/package/bytes) module. **Note** this is only an advisory setting; if the response size cannot be determined at the time the response headers are written, then it is assumed the response is