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.
This commit is contained in:
Laurence Withers 2020-02-15 11:22:05 +00:00
parent 6f532296ef
commit f08165b0f1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This package provides a `net/http`-compatible `http.Handler` to do so, with
support for: support for:
- compression - compression
- gzip - 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 - does not yet support Transfer-Encoding, only Accept-Encoding/Content-Encoding
- etags - etags
- ranges - ranges