X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=README.md;fp=README.md;h=4885b0ee28aa380009cb1f89762a675532ea8b61;hb=5b38fa766bdefbdc3b98ec1b19dcdbd66a414033;hp=3a0dad069cc45d3c885874a035434205fbf1b285;hpb=41ba76f941e2b866337cefa41af22aaa11df45a9;p=functorrent.git 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