From 1ceed6076571ca3e08681de7608f57e059521f77 Mon Sep 17 00:00:00 2001 From: Martien Date: Mon, 16 Jun 2025 10:21:39 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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