Skip to content

Commit

Permalink
Add CDN link (#1506)
Browse files Browse the repository at this point in the history
* Add CDN link

* Change CDN link
  • Loading branch information
LukasDrgon authored and frozeman committed Apr 19, 2018
1 parent 7f8da74 commit f15caf1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ meteor add ethereum:web3
```

### As Browser module

CDN

```html
<script src="https://cdn.jsdelivr.net/gh/ethereum/web3.js/dist/web3.min.js"></script>
```

Bower

```bash
Expand Down

0 comments on commit f15caf1

Please sign in to comment.