From 16a49c50c48be9bf530602e77309bfcefa86d8b3 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 28 Jan 2021 09:17:39 +0900 Subject: [PATCH] Update README.md --- examples/springboot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/README.md b/examples/springboot/README.md index 8deabd7f4..891606cf5 100644 --- a/examples/springboot/README.md +++ b/examples/springboot/README.md @@ -318,5 +318,5 @@ create the production environment. ``` -kustomize build $DEMO_HOME# | kubectl apply -f - +kustomize build $DEMO_HOME # | kubectl apply -f - ```