From 72b7a17a31ec343b43bbfa7f75c0d8dc81321afc Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Fri, 23 Mar 2018 10:12:27 -0400 Subject: [PATCH] docs: add build badge to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80fb06ec9..c338fa325 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # LBRY App +[![Build Status](https://travis-ci.org/lbryio/lbry-app.svg?branch=master)](https://travis-ci.org/lbryio/lbry-app) [![dependencies](https://david-dm.org/lbryio/lbry-app/status.svg)](https://david-dm.org/lbryio/lbry-app) The LBRY app is a graphical browser for the decentralized content marketplace provided by the [LBRY](https://lbry.io) protocol. It is essentially the -[lbry daemon](https://github.com/lbryio/lbry) bundled with a UI using +[lbry daemon](https://github.com/lbryio/lbry) bundled with an UI using [Electron](http://electron.atom.io/). ![App screenshot](https://lbry.io/img/lbry-ui.png)