From a4f57861603a22ba95564762edf1170a63fe9d73 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 2 Jan 2016 16:06:50 +0100 Subject: [PATCH] add badges --- README.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cd51aa7..adc5b21c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # WebTorrent.app -### Streaming torrent client, for the desktop +[![Gitter][webtorrent-gitter-image]][webtorrent-gitter-url] +[![Build Status][webtorrent-ti]][webtorrent-tu] + +[webtorrent-gitter-image]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat +[webtorrent-gitter-url]: https://gitter.im/feross/webtorrent +[webtorrent-ti]: https://img.shields.io/travis/feross/webtorrent.svg?style=flat +[webtorrent-tu]: https://travis-ci.org/feross/webtorrent + +#### WebTorrent, the streaming torrent client. For OS X, Windows, and Linux. ## Dev diff --git a/package.json b/package.json index ae7830e7..931ab324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webtorrent-app", - "description": "Streaming torrent client, for the desktop", + "description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.", "version": "0.0.0", "author": { "name": "Feross Aboukhadijeh",