From 57a7b8076f4428761c151c93f5545cc743eb5dc7 Mon Sep 17 00:00:00 2001 From: toast-gear <15716903+toast-gear@users.noreply.github.com> Date: Sun, 16 May 2021 01:08:41 +0100 Subject: [PATCH] docs: correcting shell command (#548) Fixes #546 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48ecd20..a8de328d 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ spec: Apply the manifest file to your cluster: ```shell -$ kubectl apply -f runner.yaml +$ kubectl apply -f runnerdeployment.yaml runnerdeployment.actions.summerwind.dev/example-runnerdeploy created ```