]> git.rkrishnan.org Git - functorrent.git/blobdiff - README.md
Merge branch 'piece-manager'
[functorrent.git] / README.md
index 06af0f49bf7ddc02c0f56b6c7a6ef3d066012302..61001971eae1fd0818a427a1b13f886c04466b17 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ shell which has all the package dependencies installed.
 - Become more profient with Haskell.
 - Implement something non-trivial with Haskell (crypto, file operations, network
   operations, concurrency, bit twiddling, DHT).
-- Follow the spec - https://wiki.theory.org/BitTorrentSpecification
+- Follow the spec ([official spec](http://bittorrent.org/beps/bep_0003.html), [unofficial spec](https://wiki.theory.org/BitTorrentSpecification))
 - Easy for newbies like me to read and understand along side the spec.
 - doctest and quickcheck tests.
 - Follow Haskell Style Guide - https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md