From 155565132526f0a906bb0dcd2dbbd0ca17bf7906 Mon Sep 17 00:00:00 2001 From: naka-gawa Date: Wed, 6 May 2020 00:25:29 +0900 Subject: [PATCH] fix typo readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 895bd236..d2519cba 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,6 @@ You can see that 2 runners have been created as specified by `replicas: 2`: ``` $ kubectl get runners -NAME REPOSITORY STATUS NAME REPOSITORY STATUS example-runnerdeploy2475h595fr mumoshu/actions-runner-controller-ci Running example-runnerdeploy2475ht2qbr mumoshu/actions-runner-controller-ci Running @@ -298,4 +297,4 @@ metadata: spec: repository: summerwind/actions-runner-controller image: YOUR_CUSTOM_DOCKER_IMAGE -``` \ No newline at end of file +```