From 553ecee811b5204708731f4f07ad9925fbab74e1 Mon Sep 17 00:00:00 2001 From: brennv Date: Mon, 11 Apr 2016 18:32:42 -0700 Subject: [PATCH] Adds colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"