From 8fe9a67352f64a736dceb9d2c9ce0b3be6ea04ef Mon Sep 17 00:00:00 2001 From: "MiguelMedeiros\\Miguel Medeiros" Date: Wed, 10 Feb 2021 11:20:01 -0300 Subject: [PATCH] Changing readme badges. --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 515dc5d56..ffb1d88c9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![npm version](https://img.shields.io/npm/v/mempool-space-js.svg?style=flat-square)](https://www.npmjs.org/package/mempool-space-js) [![NPM](https://img.shields.io/david/MiguelMedeiros/mempool-space-js.svg?style=flat-square)](https://david-dm.org/MiguelMedeiros/mempool-space-js#info=dependencies) -[![Known Vulnerabilities](https://snyk.io/test/github/MiguelMedeiros/mempool-space-js/badge.svg)](https://snyk.io/test/github/MiguelMedeiros/mempool-space-js) +[![Known Vulnerabilities](https://snyk.io/test/github/MiguelMedeiros/mempool-space-js/badge.svg?style=flat-square)](https://snyk.io/test/github/MiguelMedeiros/mempool-space-js) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT) --- @@ -10,6 +11,16 @@ Easy way to add Mempool API to your JS application. --- +## Donate + +Help me to stack sats! :blush: + +[bc1qy3pynpjjxx09s9wpmwy3qqv0m7tmkpjpk0ze8y](bitcoin:bc1qy3pynpjjxx09s9wpmwy3qqv0m7tmkpjpk0ze8y) + +[Or donate via Lightning Network!](https://paywall.link/to/mempool) + +--- + ## Features - :pushpin: [Instalation](#installation) @@ -720,16 +731,6 @@ ws.on('message', function incoming(data: any) { --- -## Donate - -Help me to stack sats! :blush: - -[bc1qy3pynpjjxx09s9wpmwy3qqv0m7tmkpjpk0ze8y](bitcoin:bc1qy3pynpjjxx09s9wpmwy3qqv0m7tmkpjpk0ze8y) - -[Or donate via Lightning Network!](https://paywall.link/to/mempool) - ---- - ## Contributing Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.