From ad590c230268c9ae39894b5b9727027c554012b8 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Wed, 25 Oct 2017 01:23:27 +0900 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 585568f..d2c131a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The steps in this document assume that you have access to an OpenShift deploymen ## What has been done for you -This is a minimal Django 1.8 project. It was created with these steps: +This is a minimal Django 1.11 project. It was created with these steps: 1. Create a virtualenv 2. Manually install Django and other dependencies @@ -111,7 +111,7 @@ And you can see information about your deployment too: In the web console, the overview tab shows you a service, by default called "django-example", that encapsulates all pods running your Django application. You can access your application by browsing to the service's IP address and port. You can determine these by running - oc get svc + oc get svc ### Without an application template