diff --git a/readme.md b/readme.md index c5f7e43..bca33f1 100644 --- a/readme.md +++ b/readme.md @@ -44,12 +44,12 @@ 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) | | | **Payments** | | -|--------------|--------| +| ------------ | ------ | | Name | Empty. | --- @@ -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", ); }); } @@ -128,9 +128,9 @@ _Any packages/modules and plugins_ - [Probabilistic Revshare Generator - Web Monetization](https://webmonetization.org/prob-revshare/) - Probabilistic revenue sharing (revshare) is one way to share a portion of a web monetized page’s earnings between multiple payment pointers. - > Use this tool to define a list of payment pointers and their weights. - > Then, add the generated monetization link element to your site. - > The link will contain a unique URL hosted on https://webmonetization.org/api/revshare/pay/. + > Use this tool to define a list of payment pointers and their weights. + > Then, add the generated monetization link element to your site. + > The link will contain a unique URL hosted on https://webmonetization.org/api/revshare/pay/. > If you'd prefer to not use a hosted URL, you can set up revshare by adding a script to your site. - [Is web monetized](https://github.com/jkga/is-web-monetized) - A very simple tool for checking if Web Monetization is enabled.