From 46b8c1329a3ebbd5be165939a249324162538202 Mon Sep 17 00:00:00 2001 From: Joshua Kissoon Date: Sat, 22 Mar 2014 17:50:17 +0530 Subject: [PATCH] Update README.md Spelling mistake correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fdc07e..42a3088 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Kademlia ======== This is an implementation of the Kademlia (http://en.wikipedia.org/wiki/Kademlia) routing protocol and DHT. -Kademlia origainal Publication: http://link.springer.com/chapter/10.1007/3-540-45748-8_5 +Kademlia original Publication: http://link.springer.com/chapter/10.1007/3-540-45748-8_5 Note: This repository is a Netbeans project which you can simply download and import.