Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wendychaung committed May 21, 2023
1 parent 7661d7d commit 60e5f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ We also can use Web3pay in your homepage without any required experience in Java
Widget mode:
```
<div id="widget_container"></div>
<script src="/dist/umd/bundle.js"></script>
<script src="https://raw.githubusercontent.com/Web3Camp-Labs/web3pay/v0.0.6/umd/bundle.js"></script>
<script>
Web3pay.widgetInit({
containerId:"widget_container",
Expand Down Expand Up @@ -117,7 +117,7 @@ Widget mode:
Button mode:
```
<div id="Button_container"></div>
<script src="/dist/umd/bundle.js"></script>
<script src="https://raw.githubusercontent.com/Web3Camp-Labs/web3pay/v0.0.6/umd/bundle.js"></script>
<script>
Web3pay.buttonInit({
containerId:"Button_container",
Expand Down

0 comments on commit 60e5f62

Please sign in to comment.