diff --git a/README.md b/README.md index ad070b6..6b4b4fc 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The `oc scale` command is needed to prevent OpenShift from running your builder You could also delete the useless service and the deployment config : ``` $ oc delete service golang-centos7 -$ oc delete rc golang-centos7 +$ oc delete dc golang-centos7 ```