Skip to content

Commit 953d2aa

Browse files
authored
Merge pull request sclorg#110 from tnir/readme-copyedit
Fix typo in README
2 parents 7102707 + ad590c2 commit 953d2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The steps in this document assume that you have access to an OpenShift deploymen
66

77
## What has been done for you
88

9-
This is a minimal Django 1.8 project. It was created with these steps:
9+
This is a minimal Django 1.11 project. It was created with these steps:
1010

1111
1. Create a virtualenv
1212
2. Manually install Django and other dependencies
@@ -111,7 +111,7 @@ And you can see information about your deployment too:
111111

112112
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
113113

114-
oc get svc
114+
oc get svc
115115

116116

117117
### Without an application template

0 commit comments

Comments
 (0)