fix typo
authorburris <burris>
Thu, 12 Sep 2002 01:01:48 +0000 (01:01 +0000)
committerburris <burris>
Thu, 12 Sep 2002 01:01:48 +0000 (01:01 +0000)
README.txt

index 73c365dd18668beab45de491a2da9c78aefe4d47..b089ab951e951d3cce61541b0c8c8477c5aa64ec 100644 (file)
@@ -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)