Browse Source

Merge pull request #110 from tnir/readme-copyedit

Fix typo in README
pull/112/head
Ben Parees 8 years ago
committed by GitHub
parent
commit
953d2aaf68
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -6,7 +6,7 @@ The steps in this document assume that you have access to an OpenShift deploymen
## What has been done for you ## 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 1. Create a virtualenv
2. Manually install Django and other dependencies 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 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 ### Without an application template


Loading…
Cancel
Save