From a917fa12c4f7847c04ea3adc2e7b0cac8dcb4a20 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Thu, 17 Mar 2022 13:03:56 -0700 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ac6f02..ab8c975 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ - [Notes](#notes) - [Resources](#resources) - [Contributing](#contributing) +- [Tip Jar](#tip-jar) - [License](#license) ## Install @@ -172,6 +173,16 @@ For contributions please create a new branch and submit a pull request for revie _Many thanks to all the [contributors](https://github.com/miguelmota/merkletreejs/graphs/contributors) that made this library better._ +## Tip Jar + +[![BTC Tip Jar](https://img.shields.io/badge/BTC-tip-yellow.svg?logo=bitcoin&style=flat)](https://www.blockchain.com/btc/address/3KdMW53vUMLPEC33xhHAUx4EFtvmXQF8Kf) `3KdMW53vUMLPEC33xhHAUx4EFtvmXQF8Kf` + +[![ETH Tip Jar](https://img.shields.io/badge/ETH-tip-blue.svg?logo=ethereum&style=flat)](https://etherscan.io/address/0x9ed3D6793a6b74d8c9A998f5C4b50a25947D53aF) `0x9ed3D6793a6b74d8c9A998f5C4b50a25947D53aF` + +Thank you for tips! 🙏 + ## License -[MIT](LICENSE) +Released under the [MIT](./LICENSE) license. + +© [Miguel Mota](https://github.com/miguelmota)