From aa37b2a5990541b7949e2fb429c0be081c238f20 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Wed, 21 Jan 2015 03:17:39 +0300 Subject: [PATCH] Add npm image to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efbb428..aaea823 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # eccrypto [![Build Status](https://travis-ci.org/bitchan/eccrypto.svg?branch=master)](https://travis-ci.org/bitchan/eccrypto) +[![NPM](https://nodei.co/npm/eccrypto.png)](https://www.npmjs.com/package/eccrypto) + JavaScript Elliptic curve cryptography library for both browserify and node. ## Motivation