From 4ebfe7454d9257924a24c1660e7d0b64f3bfb23d Mon Sep 17 00:00:00 2001 From: burris Date: Thu, 12 Sep 2002 01:01:48 +0000 Subject: [PATCH] fix typo --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 73c365d..b089ab9 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,6 @@ If you want to make another peer in the same session, use peer = khashmir.Khashm Keys are always 20-character strings (sha1 hashes) ->>> k.storeKeyForValue(key, value) # no callback right now +>>> k.storeValueForKey(key, value) # no callback right now >>> k.valueForKey(key, callback) -- 2.39.5