Skip to content

Commit

Permalink
docs: update CDN example
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jan 14, 2025
1 parent 1872775 commit cd9be6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/dapp-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ npm install @radixdlt/radix-dapp-toolkit
Add following code to head section of your page. See example usage inside `examples/cdn/index.html`

```html
<script
src="https://cdn.jsdelivr.net/npm/@radixdlt/radix-dapp-toolkit@2.2.0-dev.10/dist/radix-dapp-toolkit.bundle.umd.js"
integrity="sha256-JovDn3asdbgkH7NsCN9iebOTU6yxYCYUCO4Q2JffSF0="
<script
src="https://cdn.jsdelivr.net/npm/@radixdlt/radix-dapp-toolkit@2.2.0/dist/radix-dapp-toolkit.bundle.umd.js" integrity="sha256-tSXTAPiW9BIch47ApYf4liLCrlZLw6actQH6OTDP6hI="
crossorigin="anonymous"
></script>
```
Expand Down

0 comments on commit cd9be6a

Please sign in to comment.