From 4b6a3b8cf9bf397db4924af1f5643210b079268a Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 27 Mar 2014 21:08:20 -0700 Subject: [PATCH] add feature list to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8935842..ccb9a5d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ participate in the torrent. Also see [bittorrent-dht](https://github.com/feross/bittorrent-dht). This module is used by [WebTorrent](http://webtorrent.io). +## features + +- Includes client & server implementations +- Supports UDP protocol ([BEP 15](http://www.bittorrent.org/beps/bep_0015.html)) (client only, for now) + ## install ```