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