diff --git a/README.md b/README.md index 03a9f6a..15970f2 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,26 @@ Add these shortcodes to any page, post, or widget: --- ## Example +

Latest Bitcoin Block

+[mempool_block_height] + +

Current Transaction Fees

+[mempool_fees] + +--- + +## Configuration + +To use your own mempool.space instance, set the API URL in the plugin settings page. +Example: https://your-own-mempool-instance.com/api + +--- + +## Changelog + +v0.2 + +Added support for custom API endpoint via settings page. +Separate shortcodes for block height and transaction fees. +License