From 5c9138e4b9b57044b01a6ad0d1d782b03e9f3039 Mon Sep 17 00:00:00 2001 From: Gabor Koos Date: Sun, 14 Jun 2026 20:12:39 +0100 Subject: [PATCH 1/2] docs: add link to fetchkit.org ecosystem site --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7602f9c..eed594f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ ![Types](https://img.shields.io/npm/types/@fetchkit/ffetch) # @fetchkit/ffetch + + +> Part of the **[fetch-kit ecosystem](https://fetchkit.org)** - production-ready fetch utilities and chaos-testing tools. **A production-ready TypeScript-first drop-in replacement for native fetch, or any fetch-compatible implementation.** From adcc9d4b4c76f41350b9f84177ceb19d69d88742 Mon Sep 17 00:00:00 2001 From: Gabor Koos Date: Sun, 14 Jun 2026 20:13:16 +0100 Subject: [PATCH 2/2] docs: add link to fetchkit.org ecosystem site