From 1d6e57c8a80312b35cc48988b63a561b9c43db4c Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 6 Sep 2023 15:11:19 +0000 Subject: [PATCH] Restyled by prettier-markdown --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2319740..6ff356f 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,7 @@ If you would like to monetize your content, you must have a Wallet and Provider | **Wallets** | | | | | :---------: | :-----------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-: | | Name | [![GateHub](https://webmonetization.org/img/logo-wallet-gatehub.svg)](https://gatehub.net/) | [New Wallet ?
Create a issue !](https://github.com/thomasbnt/awesome-web-monetization/issues/new?assignees=thomasbnt&labels=Wallet%2C+%E2%86%94+WM+repository&template=new-wallet.md&title=%5BWa%5D) | -| Fees | SEPA: 1.00 EUR < 50,000 EUR
Wire: $15 min ($150 max) | | +| Fees | SEPA: 1.00 EUR < 50,000 EUR
Wire: $15 min ($150 max) | | | **Payments** | | | ------------ | ------ | @@ -69,7 +69,7 @@ and detect if `monetization` is possible, then work if (document.monetization) { document.monetization.addEventListener("monetizationstart", () => { console.log( - "🎉 Awesome ! You use Web Monetization.\nMore information https://webmonetization.org" + "🎉 Awesome ! You use Web Monetization.\nMore information https://webmonetization.org", ); }); }