From 203f24f6f32bb231eeb1089457e374e759205c70 Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Fri, 19 Jun 2015 17:07:10 -0400 Subject: [PATCH] minor cleanup --- README.md | 3 +-- welcome/templates/welcome/index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 687d058..d5c4f78 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ This is a [Django](http://www.djangoproject.com) project that you can use as the starting point to develop your own and deploy it on an [OpenShift](https://github.com/openshift/origin) cluster. -It assumes you have access to an existing OpenShift installation. - +The steps in this document assume that you have access to an OpenShift deployment that you can deploy applications on. ## What has been done for you diff --git a/welcome/templates/welcome/index.html b/welcome/templates/welcome/index.html index 392d869..b53f57e 100644 --- a/welcome/templates/welcome/index.html +++ b/welcome/templates/welcome/index.html @@ -220,7 +220,7 @@ pre {

How to use this example application

-

For instrutions on how to use this application with OpenShift, start with reading the Developer Guide.

+

For instructions on how to use this application with OpenShift, start by reading the Developer Guide.

Deploying code changes