From 57a7bca59967bb4eb359c8991a5684e01d3f37aa Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 28 Aug 2024 15:09:49 +0200 Subject: [PATCH] docs: update currency conversion URLs Updated the currency conversion URLs to the new `monerooo.private.coffee` site. This change ensures users are directed to the current and actively maintained service. Updated examples maintain consistency and improve user experience. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 388f5aa..191c011 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ This is a fork of the original project by [nice42q](https://github.com/nice42q/m To convert XMR to a fiat currency, simply visit: ``` -https://calc.revuo-xmr.com/?in=USD +https://monerooo.private.coffee/?in=USD ``` Replace `USD` with your preferred currency code. You can also specify the amount of XMR to convert: ``` -https://calc.revuo-xmr.com/?in=USD&xmr=1 +https://monerooo.private.coffee/?in=USD&xmr=1 ``` The `xmr` parameter specifies the amount of XMR to convert. @@ -55,7 +55,7 @@ The `xmr` parameter specifies the amount of XMR to convert. To convert a fiat currency to XMR, visit: ``` -https://calc.revuo-xmr.com/?in=USD&fiat=1&direction=1 +https://monerooo.private.coffee/?in=USD&fiat=1&direction=1 ``` The `fiat` parameter specifies the amount of fiat currency to convert. The `direction` parameter is set to `1` to indicate conversion from fiat to XMR.