diff --git a/README.md b/README.md index 9617249..f482ed5 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ oc new-project Instantiate the [openshift-api-swagger](openshift-api-swagger-template.yml) template: ``` -oc apply -f openshift-api-swagger-template.yml | oc apply -f- +oc process -f openshift-api-swagger-template.yml | oc apply -f- ``` Navigate to _host_ specified in the route that has been created: ``` oc get routes openshift-api-swagger -``` \ No newline at end of file +```