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 - ```