From: Ramakrishnan Muthukrishnan Date: Sat, 16 May 2015 06:46:32 +0000 (+0530) Subject: README: add a link to the official spec X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=commitdiff_plain;h=5b38fa766bdefbdc3b98ec1b19dcdbd66a414033 README: add a link to the official spec --- diff --git a/README.md b/README.md index 3a0dad0..4885b0e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,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