From 7418819f7a9734613ecfa8f3266f30dc13d67f98 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Sun, 19 Jan 2014 22:27:12 -0500 Subject: [PATCH] updated readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 52d8bd7..0f7b145 100644 --- a/README.markdown +++ b/README.markdown @@ -59,4 +59,4 @@ trial kademlia ``` ## Fidelity to Original Paper -The current implementation seeks to be an accurate implementation of all aspects of the paper save one - in Section 2.3 there is the requirement that the original publisher of a key/value republish it every 24 hours. This library does not do this. \ No newline at end of file +The current implementation should be an accurate implementation of all aspects of the paper save one - in Section 2.3 there is the requirement that the original publisher of a key/value republish it every 24 hours. This library does not do this (though you can easily do this manually).