From 68e5bae278aaa654a70430a6c42998b5fc0778fd Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sat, 28 Feb 2015 23:02:04 +0300 Subject: [PATCH] Fix badge url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1213800..f5dcbbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bitmessage [![Build Status](https://travis-ci.org/bitchan/bitmessage.svg?branch=master)](https://travis-ci.org/bitchan/bitmessage) -[![NPM](https://nodei.co/npm/bitmessage.png)](https://www.npmjs.com/package/bitmessage) +[![NPM](https://nodei.co/npm/bitmessage.png?downloads=true)](https://www.npmjs.com/package/bitmessage) JavaScript Bitmessage library for both browserify and node. The goal of this project is to implement Bitmessage protocol v3 for both platforms at the maximum possible level (we still can't create TCP connections or listen for incoming connections in the Browser but the Proof of work and crypto is fully doable).