From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 17 Aug 2015 16:37:21 +0000 (+0530)
Subject: bit torrent -> BitTorrent
X-Git-Url: https://git.rkrishnan.org/specifications/components/com_hotproperty/flags?a=commitdiff_plain;h=5abe96bac9a04eb35e71357086e51992f86bf9b8;p=functorrent.git

bit torrent -> BitTorrent
---

diff --git a/README.md b/README.md
index 2e9fc94..927b987 100644
--- 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).