Skip to content

Commit

Permalink
Update language on supported browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jun 7, 2024
1 parent f4d0044 commit 6750c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`Rack::Brotli` compresses `Rack` responses using [Google's Brotli](https://github.com/google/brotli) compression algorithm.

Brotli generally compresses better than `gzip` for the same CPU cost and is supported by [Chrome, Firefox, IE and Opera](http://caniuse.com/#feat=brotli).
Brotli generally compresses better than `gzip` for the same CPU cost and is supported by [pretty much everywhere](http://caniuse.com/#feat=brotli).

### Use

Expand Down

0 comments on commit 6750c2c

Please sign in to comment.