From 5abe96bac9a04eb35e71357086e51992f86bf9b8 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Mon, 17 Aug 2015 22:07:21 +0530 Subject: [PATCH] bit torrent -> BitTorrent --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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). -- 2.37.2