From 3fb1fb5e590a7cedd3ecde538c0527aca3f22403 Mon Sep 17 00:00:00 2001 From: Edwin Comino Date: Sun, 27 Jul 2025 20:02:29 +0000 Subject: [PATCH] Update Tagging Merchants --- Tagging-Merchants.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Tagging-Merchants.md b/Tagging-Merchants.md index 01b1d9f..22a2f5b 100644 --- a/Tagging-Merchants.md +++ b/Tagging-Merchants.md @@ -84,21 +84,21 @@ The following tags drive the behavior of our apps, so please be as specific as y ### Explainer -`currency:XBT=yes` - This denotes the Bitcoin _currency_ **is** generally accepted, but doesn't specify the supported _payment types_. +`currency:XBT=yes` - This indicates that Bitcoin **is** accepted, but it does not specify which _payment types_ are supported. -`currency:XBT=no` - This denotes the Bitcoin _currency_ **is not** generally accepted. +`currency:XBT=no` - This indicates that Bitcoin **is not** accepted. -`payment:onchain=yes` - Denotes that on-chain payments _are_ accepted. +`payment:onchain=yes` - This indicates that on-chain payments **are** accepted. -`payment:onchain=no` - Denotes that on-chain payments _are not_ accepted. +`payment:onchain=no` - This indicates that on-chain payments **are not** accepted. -`payment:lightning=yes` - This denotes that Lightning payments _are_ accepted. +`payment:lightning=yes` - This indicates that Lightning payments **are** accepted. -`payment:lightning=no` - This denotes that Lightning payments _are not_ accepted. +`payment:lightning=no` - This indicates that Lightning payments **are not** accepted. -`payment:lightning_contactless=yes` - This denotes that NFC Lightning payments _are_ accepted. +`payment:lightning_contactless=yes` - This indicates that NFC Lightning payments **are** accepted. -`payment:lightning_contactless=no` - This denotes that NFC Lightning payments _are not_ accepted. +`payment:lightning_contactless=no` - This indicates that NFC Lightning payments **are not** accepted. `check_date:currency:XBT=yyyy-mm-dd` - Date when Bitcoin tags were checked/verified ([for more information](https://gitea.btcmap.org/teambtcmap/btcmap-general/wiki/Verifying-Existing-Merchants)). Please use the correct ISO date format as shown.