]> git.rkrishnan.org Git - functorrent.git/commitdiff
bit torrent -> BitTorrent
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 17 Aug 2015 16:37:21 +0000 (22:07 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 17 Aug 2015 16:37:21 +0000 (22:07 +0530)
README.md

index 2e9fc94d367f7c4ff43f7fc7138f80134dad1a4b..927b9872c160ad6738c3076b04e64596b9c6b4b2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# A command line bit-torrent client.
+# A command line BitTorrent client.
 
-I started writing a bit torrent client because it seemed like fun and I am learning Haskell and wanted to see if I can write something real with Haskell than just heat the room. It is turning out to be a lot of fun.
+I started writing a BitTorrent client because it seemed like fun and I am learning Haskell and wanted to see if I can write something real with Haskell than just heat the room. It is turning out to be a lot of fun.
 
 [![Join the chat at https://gitter.im/vu3rdd/functorrent](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vu3rdd/functorrent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
@@ -63,7 +63,7 @@ $ functorrent ubuntu-14.10-desktop-amd64.iso.torrent
 
 ## WARNING
 
-- this client is not usable as your daily bit torrent client yet. You may get corrupted files and end up wasting a lot of bandwidth. So, until we achieve some robustness, consider this as a programmer-friendly project to learn about a bunch of stuff.
+- this client is not usable as your daily BitTorrent client yet. You may get corrupted files and end up wasting a lot of bandwidth. So, until we achieve some robustness, consider this as a programmer-friendly project to learn about a bunch of stuff.
 
 ## TODO
 
@@ -72,4 +72,4 @@ $ functorrent ubuntu-14.10-desktop-amd64.iso.torrent
 *    Piece download algorithms.
 *    Concurrency (threads per peer)
 *    Multifile torrent support.
-*    other advanced features of Bit Torrent (like DHT).
+*    other advanced features of BitTorrent (like DHT).