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:
parent
6f532296ef
commit
f08165b0f1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue