summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-08-20 23:41:17 +0200
committerGitHub <noreply@github.com>2018-08-20 23:41:17 +0200
commitce3639e0dd9d02830ba965a2e9cd32fcca55641d (patch)
tree0d88ab493e6a7f45ffd1f34534636ea3f4916e2e
parentef0a2dda25da9f340223ee51dfd823a1ec8f1f1d (diff)
parent4516651b5592abce72eaab851fcd5f63180571e6 (diff)
downloadoauthlib-ce3639e0dd9d02830ba965a2e9cd32fcca55641d.tar.gz
Merge pull request #575 from oauthlib/348_SEO
Change sentences for better SEO
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 394a984..03129f7 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-OAuthLib
-========
+OAuthLib - Python Framework for OAuth1 & OAuth2
+===============================================
*A generic, spec-compliant, thorough implementation of the OAuth request-signing
logic for Python 2.7 and 3.4+.*
@@ -34,7 +34,7 @@ both of the following:
.. _`OAuth 1.0 spec`: https://tools.ietf.org/html/rfc5849
.. _`OAuth 2.0 spec`: https://tools.ietf.org/html/rfc6749
-OAuthLib is a generic utility which implements the logic of OAuth without
+OAuthLib is a framework which implements the logic of OAuth1 or OAuth2 without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
client support onto your favorite HTTP library, or provide support onto your
favourite web framework. If you're a maintainer of such a library, write a thin
@@ -119,7 +119,7 @@ requests.
Changelog
---------
-*OAuthLib is in active development, with the core of both OAuth 1 and 2
+*OAuthLib is in active development, with the core of both OAuth1 and OAuth2
completed, for providers as well as clients.* See `supported features`_ for
details.