From 07775656a9240d0baac60e0a83bea7e455bdeef8 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 9 Jan 2020 00:19:51 -0800 Subject: [PATCH] Add larger npm badge --- packages/ripple-keypairs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ripple-keypairs/README.md b/packages/ripple-keypairs/README.md index 3ff1f651..c81c70e1 100644 --- a/packages/ripple-keypairs/README.md +++ b/packages/ripple-keypairs/README.md @@ -4,6 +4,8 @@ An implementation of ripple keypairs & wallet generation using [elliptic](https://github.com/indutny/elliptic) which supports rfc6979 and eddsa deterministic signatures. +[![NPM](https://nodei.co/npm/ripple-keypairs.png)](https://www.npmjs.org/package/ripple-keypairs) + ## API Methods ```