diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ | |||
1 | # Synopsis | 1 | # Synopsis |
2 | 2 | ||
3 | This package provides a thin layer for bittorrent protocol so we can with less effort. | 3 | This package aims to provide a thin layer for bittorrent protocol. |
4 | Basically it provides serialization\deserealization and some widely used routines. | 4 | Basically it provides serialization\deserealization and some widely used routines. |
5 | 5 | ||
6 | # Description | 6 | # Description |
7 | 7 | ||
8 | A module hierarhy is tend to be: | 8 | The 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. |