diff --git a/README.md b/README.md index e429abc..7dca716 100644 --- a/README.md +++ b/README.md @@ -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"