Adds colon
This commit is contained in:
parent
98a5af7c33
commit
553ecee811
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue