Adds colon

This commit is contained in:
brennv 2016-04-11 18:32:42 -07:00
parent 98a5af7c33
commit 553ecee811

View file

@ -31,7 +31,7 @@ Outlined as the [Advanced Intallation](https://docs.openshift.org/latest/install
### Creating a project
After logging in with `oc login` (default username/password: openshift), if you don't have a project setup all ready, go ahead and take care of that
After logging in with `oc login` (default username/password: openshift), if you don't have a project setup all ready, go ahead and take care of that:
$ oc new-project nodejs-echo \
$ --display-name="nodejs" --description="Sample Node.js app"