]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - README.txt
fix bug in pong handler
[quix0rs-apt-p2p.git] / 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)