Browse Source

Small correction to the README.

Tim Fletcher 17 years ago
parent
commit
9702185e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.txt

+ 1 - 1
README.txt

@@ -43,7 +43,7 @@ would be similar to the following:
   {ok, RequestTokens} = oauth:tokens(oauth:get(RequestTokenURL, Consumer)),
 
   % If necessary, direct user to the Service Provider,
-  % with Token = proplists:get_value(oauth_token, RequestTokens).
+  % with Token = oauth:token(RequestTokens).
 
   {ok, AccessTokens} = oauth:tokens(oauth:get(AccessTokenURL, Consumer, RequestTokens)),