Update README.md

Fixed the typo #
This commit is contained in:
Piyush Gupta
2021-01-21 22:41:54 +09:00
committed by GitHub
parent 021c3ce3fc
commit 5059033b13

View File

@@ -320,5 +320,5 @@ create the production environment.
<!-- @finalBuild @testAgainstLatestRelease -->
```
kustomize build $DEMO_HOME # | kubectl apply -f -
kustomize build $DEMO_HOME | kubectl apply -f -
```