summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-26 06:04:47 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-26 06:04:47 +0400
commit09e2d9940859b2976e58cdb8f8b06f89a48a0f1a (patch)
tree41593ecbaa66b50adca0f89dccf5634231a8ebd5 /README.md
parent1ace87c9356f17799a5f331b9e813be502b68e02 (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.md b/README.md
index 416e06e1..ee7823b6 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,8 @@
1### Synopsis 1### Synopsis
2 2
3A library for making Haskell applications which use bittorrent 3A library for making Haskell applications which use bittorrent
4protocol easy. This package aims to be a fast thin layer and at the 4protocol easy. Currently it provides serialization and deserealization
5same time provide both: 5of core datatypes, some widely used routines and core types.
6
7* Concise high level API for typical usage scenarious.
8* More straightforward API if you need more fine grained control.
9
10Currently it provides serialization and deserealization of core
11datatypes, some widely used routines and core types.
12 6
13### Status 7### Status
14 8
@@ -26,9 +20,7 @@ For documentation see haddock generated documentation.
26[2]: https://travis-ci.org/cobit/bittorrent 20[2]: https://travis-ci.org/cobit/bittorrent
27 21
28 22
29### Maintainer 23### Maintainer <pxqr.sta@gmail.com>
30
31This library is written and maintained by Sam T. <pxqr.sta@gmail.com>
32 24
33Feel free to report bugs and suggestions via 25Feel free to report bugs and suggestions via
34[github issue tracker][issues] or the mail. 26[github issue tracker][issues] or the mail.