From 4299818d24ef05bee4daf44ceffb7997cfb4f473 Mon Sep 17 00:00:00 2001 From: YouEclipse Date: Sat, 27 Jun 2020 17:55:28 +0800 Subject: [PATCH] docs: add the missing backslash (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 862d317..f120a89 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Caddy Ingress Controller adhere to the following steps: --namespace=caddy-system \ --repo https://caddyserver.github.io/ingress/ \ --atomic \ - --set image.tag=latest + --set image.tag=latest \ mycaddy \ caddy-ingress-controller ```