diff --git a/README.rst b/README.rst index 0f67563..3ed2435 100644 --- a/README.rst +++ b/README.rst @@ -6,10 +6,11 @@ PySAML2 - SAML2 in Python :Author: Roland Hedberg :Version: 1.0.0 -PySAML2 is a pure python implementation of a SAML2 service provider and to -some extend also the identity provider. Originally written to work in a WSGI -environment there are extensions that allow you to use it with other -frameworks. +PySAML2 is a pure python implementation of SAML2. It contains all +necessary pieces for building a SAML2 service provider or an identity provider. +The distribution contains examples of both. +Originally written to work in a WSGI environment there are extensions that +allow you to use it with other frameworks.