Skip to content

Commit

Permalink
Add SRI to CDN link, fixes #2011, thank you @MartinKolarik
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Oct 21, 2018
1 parent 215e33c commit 6fc9f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ meteor add ethereum:web3
CDN

```html
<script src="https://cdn.jsdelivr.net/gh/ethereum/web3.js/dist/web3.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ethereum/web3.js@1.0.0-beta.36/dist/web3.min.js" integrity="sha256-nWBTbvxhJgjslRyuAKJHK+XcZPlCnmIAAMixz6EefVk=" crossorigin="anonymous"></script>
```

Bower
Expand Down

0 comments on commit 6fc9f8d

Please sign in to comment.