Corrects project name

Fixes error: A project named "nodejs" does not exist on
"https://10.2.2.2:8443".
This commit is contained in:
brennv 2016-04-04 10:03:49 -07:00
parent 6263b25a02
commit 52f724e12a

View file

@ -15,7 +15,7 @@ After logging in with `oc login`, if you don't have a project setup all ready, g
That's it, project has been created. Though it would probably be good to set your current project to this (thought new-project does it automatically as well), such as: That's it, project has been created. Though it would probably be good to set your current project to this (thought new-project does it automatically as well), such as:
$ oc project nodejs $ oc project nodejs-echo
### The app ### ### The app ###