From: Matt Joiner <anacrolix@gmail.com>
Date: Fri, 16 Oct 2015 11:07:13 +0000 (+1100)
Subject: Update README
X-Git-Tag: v1.0.0~1020
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=db2dcfee3ef7de7fbcfab75b8f6adfefc80550ba;p=btrtrc.git

Update README
---

diff --git a/README.md b/README.md
index cd633b6f..cd184206 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This repository implements BitTorrent-related packages and command-line utilitie
 
 There is support for protocol encryption, DHT, PEX, uTP, and various extensions. See the package documentation for a more complete list. There are several data storage backends provided: blob, file, and mmap, and you can write your own, such as to store data on S3, or in a database. You can use the provided binaries in `./cmd`, or use `torrent` as a library for your own applications.
 
-Many of the sub-packages can be used for other purposes: dht, bencode, and tracker, in particular.
+Many of the sub-packages can be used for other purposes: [dht](https://godoc.org/github.com/anacrolix/torrent/dht), [bencode](https://godoc.org/github.com/anacrolix/torrent/bencode), and [tracker](https://godoc.org/github.com/anacrolix/torrent/tracker), in particular.
 
 ## Installation
 
@@ -18,6 +18,10 @@ Install the library package with `go get github.com/anacrolix/torrent`, or the p
 
 There is a small example in the [package documentation](https://godoc.org/github.com/anacrolix/torrent).
 
+## Other projects using Torrent
+
+ * [Go Peerflix](https://github.com/Sioro-Neoku/go-peerflix)
+
 ## Commands
 
 Here I'll describe what some of the provided commands in `./cmd` do.