Skip to content

Commit 08fdfdf

Browse files
authored
Merge pull request SAML-Toolkits#141 from rje6459/fix-readme-typos
Fix typos in README.md
2 parents a9912bf + b0f2ac9 commit 08fdfdf

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
@@ -10,7 +10,7 @@ Add SAML support to your Python software using this library.
1010
Forget those complicated libraries and use the open source library provided
1111
and supported by OneLogin Inc.
1212

13-
This version supports Python3. There is a separate version that only support Python2: [python-saml](https://pypi.python.org/pypi/python-saml)
13+
This version supports Python3. There is a separate version that only support Python2: [python-saml](https://github.com/onelogin/python-saml)
1414

1515
#### Warning ####
1616

@@ -100,7 +100,7 @@ Review the ``setup.py`` file to know the version of the library that ``python3-s
100100

101101
The toolkit is hosted on GitHub. You can download it from:
102102

103-
* Lastest release: https://github.com/onelogin/python3-saml/releases/latest
103+
* Latest release: https://github.com/onelogin/python3-saml/releases/latest
104104
* Master repo: https://github.com/onelogin/python3-saml/tree/master
105105

106106
Copy the core of the library ``(src/onelogin/saml2 folder)`` and merge the ``setup.py`` inside the Python application. (Each application has its structure so take your time to locate the Python SAML toolkit in the best place).

0 commit comments

Comments
 (0)