diff --git a/README.rst b/README.rst index 36340692..33c05c43 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Flask-OAuthlib Flask-OAuthlib is an extension to Flask that allows you to interact with remote OAuth enabled applications. On the client site, it is a replacement for Flask-OAuth. But it does more than that, it also helps you to create -oauth providers. +OAuth providers. Flask-OAuthlib relies on oauthlib_. @@ -21,7 +21,7 @@ Features -------- - Support for OAuth 1.0a, 1.0, 1.1, OAuth2 client -- Friendly API (same with Flask-OAuth) +- Friendly API (same as Flask-OAuth) - Direct integration with Flask - Basic support for remote method invocation of RESTful APIs - Support OAuth1 provider with HMAC and RSA signature @@ -35,7 +35,7 @@ And request more features at `github issues`_. Installation ------------ -Install flask-oauthlib is simple with pip_:: +Installing flask-oauthlib is simple with pip_:: $ pip install Flask-OAuthlib @@ -49,11 +49,11 @@ If you don't have pip installed, try with easy_install:: Additional Notes ---------------- -We keep a documentation at `flask-oauthlib@readthedocs`_. +We keep documentation at `flask-oauthlib@readthedocs`_. .. _`flask-oauthlib@readthedocs`: https://flask-oauthlib.readthedocs.org -If you are only interested in client part, you can find some examples +If you are only interested in the client part, you can find some examples in the ``example`` directory. There is also a `development version `_ on GitHub.