From 2de5a096e6f2b933dcc979a52a092377bf7ba3de Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Wed, 9 Dec 2020 21:27:40 +0100 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ceea16e9..e1b2e9fa9b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ const k8sApi = kc.makeApiClient(k8s.CoreV1Api); There are several more examples in the [examples](https://github.com/kubernetes-client/javascript/tree/master/examples) directory. -# Compatability +# Compatibility Prior to the `0.13.0` release, release versions did not track Kubernetes versions. Starting with the `0.13.0` release, we will increment the minor version whenever we update the minor Kubernetes API version