From 5f6028f3c620b384f5cc29675e633163662989ad Mon Sep 17 00:00:00 2001 From: brennv Date: Mon, 11 Apr 2016 18:21:43 -0700 Subject: [PATCH] Minor clean-up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff7dae..00bb09b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can create a new OpenShift application using the web console or by running t #### Create a new app from source code (method 1) -Pointing `oc new-app` at source code kicks off an automagic chain of events, for our example: +Pointing `oc new-app` at source code kicks off a chain of events, for our example run: $ oc new-app https://github.com/openshift/nodejs-ex -l name=myapp