diff --git a/README.md b/README.md index 0dc2d2126..a811d485c 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,8 @@ kubectl create -f manifests/postgres-operator.yaml # operator deployment # submit a Postgres cluster kubectl create -f manifests/minimal-postgres-manifest.yaml -``` -Tear down cleanly: -```bash +# tear down cleanly minikube delete ```