X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=README.md;h=61001971eae1fd0818a427a1b13f886c04466b17;hb=fc0b86a82c6c8a3155163a1864820ea779ffb7e4;hp=06af0f49bf7ddc02c0f56b6c7a6ef3d066012302;hpb=de4c6fbd9b420c7832ad5df25d70527dfad139d8;p=functorrent.git diff --git a/README.md b/README.md index 06af0f4..6100197 100644 --- 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