From ef52bf4119da11c68854458861671320cbbb4571 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Mon, 17 Jun 2013 15:08:50 -0300 Subject: [PATCH] Update OAuth 2 doc link [ci skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4aabcc0..40f1e8e 100644 --- a/README.rst +++ b/README.rst @@ -137,7 +137,7 @@ Once you have the final user tokens, store them in a database for later use!:: OAUTH_TOKEN = final_step['oauth_token'] OAUTH_TOKEN_SECERT = final_step['oauth_token_secret'] -For OAuth 2 (Application Only, read-only) authentication, see `our documentation `_ +For OAuth 2 (Application Only, read-only) authentication, see `our documentation `_ Dynamic Function Arguments ~~~~~~~~~~~~~~~~~~~~~~~~~~