Fix README quick start prompt numbering.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/41ead739 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/41ead739 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/41ead739 Branch: refs/heads/import Commit: 41ead739b7b5a21e6fbef837c6eb3eaad9b1aaf7 Parents: 646c13e Author: Tim Fletcher <[email protected]> Authored: Sat Mar 14 11:56:40 2009 +0000 Committer: Tim Fletcher <[email protected]> Committed: Sat Mar 14 11:56:40 2009 +0000 ---------------------------------------------------------------------- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/41ead739/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index f8270c4..2df3ab3 100644 --- a/README.txt +++ b/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). ...
