Skip to content

Commit

Permalink
Merge pull request #2012 from fulldecent/patch-1
Browse files Browse the repository at this point in the history
Add SRI to CDN link, fixes #2011, thank you @MartinKolarik
  • Loading branch information
nivida authored Nov 18, 2018
2 parents b7a6562 + 256e2c7 commit f5b5b0c
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 f5b5b0c

Please sign in to comment.