Skip to content

Commit

Permalink
Moar s/tp2/tp3/
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Jun 28, 2024
1 parent a73eb09 commit 0960f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ npm install --save @solana/web3.js@tp3

```html
<!-- Development (debug mode, unminified) -->
<script src="https://unpkg.com/@solana/web3.js@tp2/dist/index.development.js"></script>
<script src="https://unpkg.com/@solana/web3.js@tp3/dist/index.development.js"></script>

<!-- Production (minified) -->
<script src="https://unpkg.com/@solana/web3.js@tp2/dist/index.production.min.js"></script>
<script src="https://unpkg.com/@solana/web3.js@tp3/dist/index.production.min.js"></script>
```

What follows is an overview of _why_ the library was re-engineered, what changes have been introduced, and how the JavaScript landscape might look across Solana in the near future.
Expand Down

0 comments on commit 0960f66

Please sign in to comment.