Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Sep 9, 2023
1 parent 8dffdf0 commit eb54b3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?<br>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<br>Wire: $15 min ($150 max) | |

| **Payments** | |
|--------------|--------|
| ------------ | ------ |
| Name | Empty. |

---
Expand All @@ -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",
);
});
}
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit eb54b3a

Please sign in to comment.