Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-04-10 07:14:13 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-04-17 10:24:45 +0400
commitcdf0ee1043943fb2e76186e236f84e4fb1ccbaf2 (patch)
tree7528f2fdfe6359763bb581e47b03620bb0da79ca /README.md
parentbd63bfa40c5f29d70e3795b236b9c343bef66297 (diff)
readme: add typedarray-to-buffer to list
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9aba56f..9ead06f 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
# ![WebTorrent](https://raw.github.com/feross/webtorrent/master/img/wordmark.png)
-[![Build Status](http://img.shields.io/travis/feross/webtorrent.svg)](https://travis-ci.org/feross/webtorrent)
-[![NPM Version](http://img.shields.io/npm/v/webtorrent.svg)](https://npmjs.org/package/webtorrent)
-[![NPM](http://img.shields.io/npm/dm/webtorrent.svg)](https://npmjs.org/package/webtorrent)
-[![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/)
+[![build](https://img.shields.io/travis/feross/webtorrent.svg)](https://travis-ci.org/feross/webtorrent)
+[![npm](https://img.shields.io/npm/v/webtorrent.svg)](https://npmjs.org/package/webtorrent)
+[![gittip](https://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/)
### WebTorrent - Streaming BitTorrent client for the browser
@@ -57,6 +56,7 @@ Most of the active development is happening inside of smaller npm modules which
- [magnet-uri](https://github.com/feross/magnet-uri)
- [parse-torrent](https://github.com/feross/parse-torrent)
- [string2compact](https://github.com/feross/string2compact)
+- [typedarray-to-buffer](https://github.com/feross/typedarray-to-buffer)
- compress-sdp (todo)
- webtorrent-bootstrap (todo)
- webtorrent-dht (todo)