From 333ceb102efa27781b656527c5bf63abb6aff7ad Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Wed, 18 Jun 2025 20:42:26 +0900 Subject: [PATCH] Fix formatting issue in README (#34) Co-authored-by: Deverick <5827364+deverickapollo@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f30810e..3192395 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,9 @@ dotnet build btcpay-monero-plugin.sln docker compose -f BTCPayServer.Plugins.IntegrationTests/docker-compose.yml run tests ``` -**BTCPAY_XMR_CASHCOW_WALLET_DAEMON_URI** | **Optional**. The URI of the [monero-wallet-rpc](https://getmonero.dev/interacting/monero-wallet-rpc.html) interface for the cashcow wallet. This is used to create a second wallet for testing purposes in regtest mode. +| Environment variable | Description | Example | +| --- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | +**BTCPAY_XMR_CASHCOW_WALLET_DAEMON_URI** | **Optional**. | The URI of the [monero-wallet-rpc](https://getmonero.dev/interacting/monero-wallet-rpc.html) interface for the cashcow wallet. This is used to create a second wallet for testing purposes in regtest mode. ## Code formatting