Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Jun 15, 2023
1 parent e4a5e8b commit 01af3db
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 @@ -20,7 +20,7 @@ Include a minified browser bundle directly in your HTML like so:

```html
<script
src="https://unpkg.com/algosdk@v2.3.0/dist/browser/algosdk.min.js"
src="https://unpkg.com/algosdk@v2.4.0/dist/browser/algosdk.min.js"
integrity="sha384-vb9VngcgEwkDszQ4wPAsk/oiOfBcbEjNG+Icx9erSJMLZCDPNp0ncx22oBM+8Xji"
crossorigin="anonymous"
></script>
Expand All @@ -30,7 +30,7 @@ or

```html
<script
src="https://cdn.jsdelivr.net/npm/algosdk@v2.3.0/dist/browser/algosdk.min.js"
src="https://cdn.jsdelivr.net/npm/algosdk@v2.4.0/dist/browser/algosdk.min.js"
integrity="sha384-vb9VngcgEwkDszQ4wPAsk/oiOfBcbEjNG+Icx9erSJMLZCDPNp0ncx22oBM+8Xji"
crossorigin="anonymous"
></script>
Expand Down

0 comments on commit 01af3db

Please sign in to comment.