From a1d2669c2d59db85a6896cab88298b8ac2f9ebdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDitt=C5=88ansk=C3=BD=2C=20Juraj?= Date: Fri, 22 Nov 2024 19:18:11 +0100 Subject: [PATCH] fix Kubernetes way --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f878995..5500e81 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ kubectl run --generator=run-pod/v1 my-vim --image=thinca/vim then you would normally exit Vim by deleting the associated Kubernetes pod: ```bash -kubectl delete po my-vim +kubectl delete pod my-vim ``` ## The Vim inside of Vim inside of Vim inside of Vim... inside of Vim way