Skip to content

Commit

Permalink
chore: update bundle url in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann authored Aug 6, 2023
1 parent 76de40e commit d244996
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 @@ -113,7 +113,7 @@ const seed = peerConnect.value.connect(
This is the necessary minimal implementation a DApp provider has to do, to get his app connected to peer connect.

```html
<script src="https://fabianbormann.github.io/cardano-peer-connect/bundle.min.js"></script>
<script src="https://fabianbormann.github.io/cardano-peer-connect/latest/index.js"></script>
<script>
// Give your app some basic information that will be displayed to the client wallet when he is connecting to your DApp.
Expand Down

0 comments on commit d244996

Please sign in to comment.