Update README.

Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/090bebe9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/090bebe9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/090bebe9

Branch: refs/heads/import
Commit: 090bebe9f6e38c75065072e8617fd1ca5471e679
Parents: d8be236
Author: Tim Fletcher <[email protected]>
Authored: Wed Feb 25 20:18:18 2009 +0000
Committer: Tim Fletcher <[email protected]>
Committed: Wed Feb 25 20:18:18 2009 +0000

----------------------------------------------------------------------
 README.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/090bebe9/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 6c301cb..f8270c4 100644
--- a/README.txt
+++ b/README.txt
@@ -5,9 +5,7 @@ Quick start (client usage):
   $ make
   ...
   $ erl -pa ebin -s crypto -s inets
-  Erlang (BEAM) emulator version 5.6.5 [source] [smp:2] [async-threads:0] 
[kernel-poll:false]
-
-  Eshell V5.6.5  (abort with ^G)
+  ...
   1> Consumer = {"key", "secret", hmac_sha1}.
   ...
   2> RequestTokenURL = "http://term.ie/oauth/example/request_token.php";.
@@ -26,6 +24,8 @@ Quick start (client usage):
   ...
 
 
-Erlang R12B-5 is required for generating RSA-SHA1 signatures.
+Example client/server code: http://github.com/tim/erlang-oauth-examples.
+
+Unit tests: http://github.com/tim/erlang-oauth-tests.
 
-RSA-SHA1 signature verification is not yet implemented.
+Erlang R12B-5 required for RSA-SHA1.

Reply via email to