From 6c91c949588fb64b4ebc339a4aff48b67fd699ba Mon Sep 17 00:00:00 2001 From: Daniel Cohen Gindi Date: Fri, 10 Jul 2020 16:23:57 +0300 Subject: [PATCH] Added docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 680ece87..07103e90 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ The following compression codings are supported: - deflate - gzip + - br (brotli) + +**Note** Brotli provides better and faster compression then gzip or deflate, but is supported only since Node.js versions v11.7.0 and v10.16.0. ## Install