From bb8653624968af3385efc06a6c01f408f3262e1b Mon Sep 17 00:00:00 2001 From: madmatvey Date: Fri, 7 Jun 2024 18:12:18 +0400 Subject: [PATCH] update Readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8a0b78c..5c80b0a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,15 @@ crypto_donations: usdt_address: "YOUR_USDT_TRC20_ADDRES" ``` +Use `{% crypto_donations %}` or `{% crypto_donations Any text you can share with donations block %}` at the jekyll page source. + +## Demo + +To see the Crypto Donations plugin in action, check out the demo on my website: [madmatvey.github.io](https://madmatvey.github.io/about/#donate-me). + +You can see how the donation addresses and total received amounts are displayed for Bitcoin (BTC), Ethereum (ETH), and USDT (TRC-20). The demo showcases the real-time integration and functionality of the plugin. + + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.