From d28b8c8c235eba6d822c1327a8f54ce4b9728853 Mon Sep 17 00:00:00 2001 From: Brendan Burns <5751682+brendandburns@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:15:29 -0800 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0ca46d4972..66e83cdb83 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ The Javascript clients for Kubernetes is implemented in [typescript](https://typescriptlang.org), but can be called from either Javascript or Typescript. The client is implemented for server-side use with Node. -The `request` library is currently being swapped to `fetch`. See the [fetch migration docs](./FETCH_MIGRATION.md) for more information and progress. - # Installation ```console