Skip to content

Commit

Permalink
docs(readme): add Greenkeeper badge
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Mar 2, 2018
1 parent d649a0a commit 32d7de7
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
Expand Up @@ -4,6 +4,8 @@

# 🥐 Brotli decoder to [`fetch-h2`](https://www.npmjs.com/package/fetch-h2)

[![Greenkeeper badge](https://badges.greenkeeper.io/grantila/fetch-h2-br.svg)](https://greenkeeper.io/)

This package provides a content decoder for the Brotli (`br`) encoding using the [`iltorb`](https://www.npmjs.com/package/iltorb) package (which is a wrapper around the native `brotli` C library). By using this with [`fetch-h2`](https://www.npmjs.com/package/fetch-h2), requests will add `'br'` as accepted encoding to the server, and will decode it.

Use this on the default `fetch-h2` context by its `setup( )`, or for new contexts when creating them.
Expand Down

0 comments on commit 32d7de7

Please sign in to comment.