Skip to content

Commit

Permalink
Much better README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored Jun 7, 2024
1 parent 6750c2c commit e48f93f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Rack::Brotli [![Gem Version](https://badge.fury.io/rb/rack-brotli.svg)](https://badge.fury.io/rb/rack-brotli) [![Build Status](https://github.com/marcotc/rack-brotli/actions/workflows/test.yml/badge.svg)](https://github.com/marcotc/rack-brotli/actions/workflows/test.yml)

![Brötli, the Swiss German word for a bread roll, on a Rack with some Ruby decorations](https://github.com/marcotc/rack-brotli/assets/583503/8b4af461-ed2c-4b67-8a94-45b228bd59d4)

`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 [pretty much everywhere](http://caniuse.com/#feat=brotli).
Expand Down

0 comments on commit e48f93f

Please sign in to comment.