summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-17 11:12:41 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-17 11:12:41 +0400
commitb2934baabfc7568fcfa6be5a92202c86f1a3cdc0 (patch)
tree24ce2ea3401db1bd9bef0d8e4a9a1c91891ad0ba
parent626aa5d6e6c77639063abd7090a568c292bcabf5 (diff)
~ fix readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f96fa78d..6d2eef3d 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
1# Synopsis 1# Synopsis
2 2
3This package provides a thin layer for bittorrent protocol so we can with less effort. 3This package aims to provide a thin layer for bittorrent protocol.
4Basically it provides serialization\deserealization and some widely used routines. 4Basically it provides serialization\deserealization and some widely used routines.
5 5
6# Description 6# Description
7 7
8A module hierarhy is tend to be: 8The module hierarhy is tend to be:
9 9
10* Data.Torrent — for torrent metainfo, data verification, etc 10* Data.Torrent — for torrent metainfo, data verification, etc
11* Network.Torrent.PeerWire - peer wire TCP message passing. 11* Network.Torrent.PeerWire - peer wire TCP message passing.