Skip to content

Commit 03b96e6

Browse files
authored
fix: update browser bundle link (#15386)
1 parent d3eecac commit 03b96e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ $ npm install --save @solana/web3.js
4343

4444
### Browser bundle
4545
```html
46-
<script src="https://github.com/solana-labs/solana-web3.js/releases/download/v0.0.6/solanaWeb3.min.js"></script>
46+
<!-- Development (un-minified) -->
47+
<script src="https://unpkg.com/@solana/[email protected]/lib/index.iife.js"></script>
48+
49+
<!-- Production (un-minified) -->
50+
<script src="https://unpkg.com/@solana/[email protected]/lib/index.iife.min.js"></script>
4751
```
4852

4953

0 commit comments

Comments
 (0)