From 52f724e12a95776604dd20b3d3fd780eff15a55e Mon Sep 17 00:00:00 2001 From: brennv Date: Mon, 4 Apr 2016 10:03:49 -0700 Subject: [PATCH] Corrects project name Fixes error: A project named "nodejs" does not exist on "https://10.2.2.2:8443". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5416620..29516e0 100644 --- a/README.md +++ b/README.md @@ -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: - $ oc project nodejs + $ oc project nodejs-echo ### The app ###