Skip to content

Commit

Permalink
update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Mar 22, 2023
1 parent fb64ef9 commit cab20e9
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/algosdk@v2.1.0/dist/browser/algosdk.min.js"
src="https://unpkg.com/algosdk@v2.2.0/dist/browser/algosdk.min.js"
integrity="sha384-znctcpmM127r1SpRzV9waJMVOQahRDY2qodrS+rtd0HaYNPPCxDeaXTEu2safkCy"
crossorigin="anonymous"
></script>
Expand All @@ -32,7 +32,7 @@ or

```html
<script
src="https://cdn.jsdelivr.net/npm/algosdk@v2.1.0/dist/browser/algosdk.min.js"
src="https://cdn.jsdelivr.net/npm/algosdk@v2.2.0/dist/browser/algosdk.min.js"
integrity="sha384-znctcpmM127r1SpRzV9waJMVOQahRDY2qodrS+rtd0HaYNPPCxDeaXTEu2safkCy"
crossorigin="anonymous"
></script>
Expand Down

0 comments on commit cab20e9

Please sign in to comment.