From f08165b0f157ef3cafb0e7662df256ed536fd40e Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Sat, 15 Feb 2020 11:22:05 +0000 Subject: [PATCH] Update README to remove reference to external brotli command Since we're now using github.com/andybalholm/brotli to natively pack, there's no need to refer to an external brotli process any more. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1480e4f..f7f576f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package provides a `net/http`-compatible `http.Handler` to do so, with support for: - compression - gzip - - brotli, if you have the external compression binary available at pack time + - brotli - does not yet support Transfer-Encoding, only Accept-Encoding/Content-Encoding - etags - ranges