From fe413eb1167ba5a3dad503315b097bac6d6f1096 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 17 Aug 2015 12:29:49 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03067ec..62afde8 100644 --- a/README.md +++ b/README.md @@ -276,11 +276,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Packages that help with building Distributed Systems.* -* [dht](https://github.com/anacrolix/torrent/dht) - BitTorrent Kademlia DHT implementation. * [go-jump](https://github.com/dgryski/go-jump) - A port of Google's "Jump" Consistent Hash function. * [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. * [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package. + * [dht](http://godoc.org/github.com/anacrolix/torrent/dht) - BitTorrent Kademlia DHT implementation. ## Email