From 598e7a7644e5fdd5dba2213298352b5ee23e30fe Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Sat, 3 Oct 2020 18:03:30 -0700 Subject: [PATCH] Fix left-over from copy/paste (#214) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d7b76e23..35ebe36d96 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ This would look something like: # Create a kind cluster kind create cluster -# Deploy to minikube w/o registry. +# Deploy to kind w/o registry. KO_DOCKER_REPO=kind.local ko apply -L -f config/ ```