Skip to content

Commit

Permalink
docs: fix try it now variables names
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabolus committed Aug 15, 2023
1 parent b16667c commit da6a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Try copy-pasting this code on your browser's console in any website:
var a = document.createElement('script');
a.type = 'module';
a.textContent =
'import"https://unpkg.com/[email protected]?module";import"https://unpkg.com/[email protected]/targets/presets/all.js?module";var a=document.createElement("share-menu"),b=document.createElement("share-target-preset-all");a.appendChild(b),document.body.appendChild(a),a.share();';
'import"https://unpkg.com/[email protected]?module";import"https://unpkg.com/[email protected]/targets/presets/all.js?module";var b=document.createElement("share-menu"),c=document.createElement("share-target-preset-all");b.appendChild(c),document.body.appendChild(b),b.share();';
document.head.appendChild(a);
```

Expand Down

0 comments on commit da6a067

Please sign in to comment.