From 3f51ad1438ad2d4c4ac331e328e8bce762bc2a8e Mon Sep 17 00:00:00 2001
From: guangxuli
Date: Mon, 12 Dec 2016 09:46:01 +0800
Subject: [PATCH] update some incorrect description
fix format
add enter
---
README.md | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 7996359..6d0bb80 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Red Hat periodically publishes OpenShift Origin Server binaries for Linux, which
#### Running an Ansible playbook
-Outlined as the [Advanced Intallation](https://docs.openshift.org/latest/install_config/install/advanced_install.html) method for poduction environments, OpenShift Origin is also installable via Ansible playbook made avaialble on the GitHub [openShift-ansible](https://github.com/openshift/openshift-ansible) repo.
+Outlined as the [Advanced Installation](https://docs.openshift.org/latest/install_config/install/advanced_install.html) method for poduction environments, OpenShift Origin is also installable via Ansible playbook made avaialble on the GitHub [openshift-ansible](https://github.com/openshift/openshift-ansible) repo.
### Creating a project
@@ -64,16 +64,19 @@ We can also [create new apps using OpenShift template files](https://docs.opensh
$ git clone https://github.com/openshift/nodejs-ex
-Looking at the repo, you'll notice two files in the openshift/template directory:
+Looking at the repo, you'll notice three files in the openshift/template directory:
nodejs-ex
- ├── README.md
├── openshift
│ └── templates
+ │ ├── nodejs.json
│ ├── nodejs-mongodb.json
- │ └── nodejs.json
+ │ └── nodejs-mongodb-persistent.json
├── package.json
+ ├── README.md
├── server.js
+ ├── tests
+ │ └── app_test.js
└── views
└── index.html