summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorXiao Hanyu <xiaohanyu1988@gmail.com>2015-12-18 12:40:50 +0800
committerXiao Hanyu <xiaohanyu1988@gmail.com>2015-12-18 12:40:50 +0800
commit0cb3857cb5a193489d20a40b480bb142fc8e12ec (patch)
treefea6ffa1dfa6ee591fc6cd9c7daaa5cc20731866 /README.rst
parent87621472879b48592106aaf5adef6771e1cc9da9 (diff)
downloadoauthlib-0cb3857cb5a193489d20a40b480bb142fc8e12ec.tar.gz
Fix typo in README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 08becc5..7ef6fbe 100644
--- a/README.rst
+++ b/README.rst
@@ -23,7 +23,7 @@ both of the following:
OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
-client support onto your favorite HTTP library, or provider support onto your
+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
veneer on top of OAuthLib and get OAuth support for very little effort.