From dede5dec1882dc42b83549149bb525d3fbd2e615 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 8 Aug 2017 16:19:33 +1000 Subject: [PATCH] Correct some spelling in README README had some typos, correct them. --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index eb41a3cf..35d919e0 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ symposion_app At this time, considerations have not been made to have the django project run without additional infrastructure. -This can be configured in the future by switching the defualt +This can be configured in the future by switching the default DEFAULT_FILE_STORAGE django default, and properly configuring django to load subsequent configuration to switch this back to GCS on run in our testing and production environments. @@ -28,12 +28,12 @@ GCS SAML2 ~~~~~ -Please familurise yourself with Shibboleth configuraiton and the general +Please familiarise yourself with Shibboleth configuration and the general flow of how to register a SP with an IDP. -If you send the SP metadata staticly, validdity time must be removed. +If you send the SP metadata statically, validity time must be removed. -You will also need to register your IDP metadata here either staticly or +You will also need to register your IDP metadata here either statically or remotely updated. You may consider testing with testshib. @@ -48,7 +48,7 @@ we wish for without having to do anything ugly. This may require a newer version of pip than is packaged with distros virtualenv. Note that this application is python 3 only so you must create your virtualenv -with a python3 interpretter. +with a python3 interpreter. - ``virtualenv -p `which python3` venv`` - ``source ./venv/bin/activate``