From a6f29f2bf70189ddb9795abe72e0a186364421a6 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 28 Jan 2021 09:17:10 +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 891606cf5..8deabd7f4 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 - ```