From 0a04629dc8a5823fc387dc88c38eb4d3a05b3093 Mon Sep 17 00:00:00 2001 From: leovct Date: Fri, 17 May 2024 11:37:03 +0800 Subject: [PATCH] docs: fix typo --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index e7299fe..3e25207 100644 --- a/README.md +++ b/README.md @@ -376,11 +376,4 @@ kind delete cluster --name kind # 4) Update the website articles and Medium articles too! # - https://leovct.github.io/ # - https://medium.com/@leovct/list/kubernetes-operators-101-dcfcc4cb52f6 -======= -# Update the website articles and Medium articles too! -# https://leovct.github.io/ -# https://medium.com/@leovct/list/kubernetes-operators-101-dcfcc4cb52f6 - -# Once you're done, clean up the environment. -kind delete cluster --name kind ```