Browse Source

Fix README quick start prompt numbering.

Tim Fletcher 16 years ago
parent
commit
41ead739b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.txt

+ 1 - 1
README.txt

@@ -20,7 +20,7 @@ Quick start (client usage):
   ...
   7> AccessTokenURL = "http://term.ie/oauth/example/access_token.php".
   ...
-  6> {ok, ResponseA} = oauth:get(AccessTokenURL, [], Consumer, TokenR, TokenSecretR).
+  8> {ok, ResponseA} = oauth:get(AccessTokenURL, [], Consumer, TokenR, TokenSecretR).
   ...