From 7c8853ec6185ac7695d6495a8f1b4d12ebae2df5 Mon Sep 17 00:00:00 2001 From: Laurent Fallet Date: Wed, 30 Jul 2025 11:30:47 +0200 Subject: [PATCH] fix: typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71058d9849..c2895b731d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ k8sApi.createNamespace({ body: namespace }).then( ); ``` -## Create a cluster configuration programatically +## Create a cluster configuration programmatically ```javascript const k8s = require('@kubernetes/client-node'); @@ -112,7 +112,7 @@ release, we will increment the minor version whenever we update the minor Kubern We switched from `request` to `fetch` as the HTTP(S) backend for the `1.0.0` release. -Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed. +Generally speaking newer clients will work with older Kubernetes, but compatibility isn't 100% guaranteed. | client version | older versions | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 | 1.33| | -------------- | -------------- | ---- | ---- | ---- | ---- | ---- |----|