From 5059033b13ab384cbc6101ee1e346a6c380682e1 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 21 Jan 2021 22:41:54 +0900 Subject: [PATCH] Update README.md Fixed the typo # --- 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 f91c32817..af617d0f9 100644 --- a/examples/springboot/README.md +++ b/examples/springboot/README.md @@ -320,5 +320,5 @@ create the production environment. ``` -kustomize build $DEMO_HOME # | kubectl apply -f - +kustomize build $DEMO_HOME | kubectl apply -f - ```