diff --git a/src/App.vue b/src/App.vue index 6ab1e33..29a57a5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,8 +69,8 @@

How it works?

-

On your webpage, integrate your monetization tag on meta :

- +

On your webpage, integrate your monetization tag on link :

+

And detect if monetization is possible, then work.

@@ -114,7 +114,7 @@ export default { data() { return { git: [this.git], - exampleCodeMeta: ``, + exampleCodeLink: ``, exampleCodeJavaScript: `if (document.monetization) { document.monetization.addEventListener('monetizationstart', () => { console.log('🎉 Awesome ! You use Web Monetization. More information https://webmonetization.org')