From 8dcbc90c233bb19ec5f661f6732854ea57de8d19 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 6 May 2017 18:12:52 +0800 Subject: [PATCH] Mention Got as a user of this module --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 515def3..1b98767 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,8 @@ Decompresses the [response](https://nodejs.org/api/http.html#http_class_http_incomingmessage) from [`http.request`](https://nodejs.org/api/http.html#http_http_request_options_callback) if it's gzipped or deflated, otherwise just passes it through. +Used by [`got`](https://github.com/sindresorhus/got). + ## Install