summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.