Skip to content

Commit

Permalink
update README.md for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
algojack committed Aug 30, 2022
1 parent 4f728da commit a539359
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 @@ -22,7 +22,7 @@ Include a minified browser bundle directly in your HTML like so:

```html
<script
src="https://unpkg.com/[email protected].0b1/dist/browser/algosdk.min.js"
src="https://unpkg.com/[email protected].0-beta.1/dist/browser/algosdk.min.js"
integrity="sha384-MBUb3pc2VI86j87sLfTwm1kEs2PUDCOFXnXdgspn0lWSJOxr1gu4mZL6L7VE1ITH"
crossorigin="anonymous"
></script>
Expand All @@ -32,7 +32,7 @@ or

```html
<script
src="https://cdn.jsdelivr.net/npm/[email protected].0b1/dist/browser/algosdk.min.js"
src="https://cdn.jsdelivr.net/npm/[email protected].0-beta.1/dist/browser/algosdk.min.js"
integrity="sha384-MBUb3pc2VI86j87sLfTwm1kEs2PUDCOFXnXdgspn0lWSJOxr1gu4mZL6L7VE1ITH"
crossorigin="anonymous"
></script>
Expand Down

0 comments on commit a539359

Please sign in to comment.