Browse Source

Merge pull request #19 from bparees/master

minor cleanup
pull/20/head
Ben Parees 10 years ago
parent
commit
82a9957aab
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      README.md
  2. +1
    -1
      welcome/templates/welcome/index.html

+ 1
- 2
README.md View File

@ -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. 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 ## What has been done for you


+ 1
- 1
welcome/templates/welcome/index.html View File

@ -220,7 +220,7 @@ pre {
<section class='col-xs-12 col-sm-6 col-md-6'> <section class='col-xs-12 col-sm-6 col-md-6'>
<section> <section>
<h2>How to use this example application</h2> <h2>How to use this example application</h2>
<p>For instrutions on how to use this application with OpenShift, start with reading the <a href="http://docs.openshift.org/latest/dev_guide/templates.html#using-the-quickstart-templates">Developer Guide</a>.</p>
<p>For instructions on how to use this application with OpenShift, start by reading the <a href="http://docs.openshift.org/latest/dev_guide/templates.html#using-the-quickstart-templates">Developer Guide</a>.</p>
<h2>Deploying code changes</h2> <h2>Deploying code changes</h2>
<p> <p>


Loading…
Cancel
Save