From e55e52cdfebb14a2428120eb82c4d7cd3038c555 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 5 Sep 2018 01:25:59 +0700 Subject: [PATCH] Mention Ky in the readme Closes #551 --- .gitattributes | 1 - readme.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9fa5a50ec..7fc4baeed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ * text=auto eol=lf *.ai binary -*.js text eol=lf diff --git a/readme.md b/readme.md index 778be27f0..51f7bf6e0 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,8 @@ Got is a human-friendly and powerful HTTP request library. It was created because the popular [`request`](https://github.com/request/request) package is bloated: [![Install size](https://packagephobia.now.sh/badge?p=request)](https://packagephobia.now.sh/result?p=request) +Got is for Node.js. For browsers, we recommend [Ky](https://github.com/sindresorhus/ky). + ## Highlights