Skip to content

Commit 8197422

Browse files
committed
Readme tweaks
1 parent a004263 commit 8197422

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

readme.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
---
8282

83-
For browser usage, we recommend [Ky](https://github.com/sindresorhus/ky) by the same people.
83+
**You probably want [Ky](https://github.com/sindresorhus/ky) instead, by the same people. It's smaller, works in the browser too, and is more stable since it's built upon [`Fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).**
8484

8585
---
8686

@@ -92,7 +92,7 @@ For browser usage, we recommend [Ky](https://github.com/sindresorhus/ky) by the
9292
npm install got
9393
```
9494

95-
**Warning:** This package is native [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) and no longer provides a CommonJS export. If your project uses CommonJS, you will have to [convert to ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) or use the [dynamic `import()`](https://v8.dev/features/dynamic-import) function. Please don't open issues for questions regarding CommonJS / ESM.
95+
**Warning:** This package is native [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) and no longer provides a CommonJS export. If your project uses CommonJS, you will have to [convert to ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). Please don't open issues for questions regarding CommonJS / ESM.
9696

9797
**Got v11 is no longer maintained and we will not accept any backport requests.**
9898

@@ -124,7 +124,7 @@ For advanced JSON usage, check out the [`parseJson`](documentation/2-options.md#
124124

125125
## Highlights
126126

127-
- [Used by 8K+ packages and 4M+ repos](https://github.com/sindresorhus/got/network/dependents)
127+
- [Used by 10K+ packages and 5M+ repos](https://github.com/sindresorhus/got/network/dependents)
128128
- [Actively maintained](https://github.com/sindresorhus/got/graphs/contributors)
129129
- [Trusted by many companies](#widely-used)
130130

@@ -388,14 +388,6 @@ By default, Got will retry on failure. To disable this option, set [`options.ret
388388
---|---
389389
[Sindre Sorhus](https://sindresorhus.com) | [Szymon Marczak](https://github.com/szmarczak)
390390

391-
###### Former
392-
393-
- [Vsevolod Strukchinsky](https://github.com/floatdrop)
394-
- [Alexander Tesfamichael](https://github.com/alextes)
395-
- [Brandon Smith](https://github.com/brandon93s)
396-
- [Luke Childs](https://github.com/lukechilds)
397-
- [Giovanni Minotti](https://github.com/Giotino)
398-
399391
<a name="widely-used"></a>
400392
## These amazing companies are using Got
401393

0 commit comments

Comments
 (0)