Skip to content

Commit

Permalink
Change CDN url (#451)
Browse files Browse the repository at this point in the history
* Change CDN url

* Remove version from the CDN url
  • Loading branch information
bonustrack authored and jredbeard committed Aug 25, 2019
1 parent 6cae9e9 commit 0f54e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ steem.api.getAccounts(['ned', 'dan'], function(err, response){
```

## CDN
https://cdn.steemjs.com/lib/latest/steem.min.js<br/>
https://cdn.jsdelivr.net/npm/steem/dist/steem.min.js<br/>
```html
<script src="//cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/steem/dist/steem.min.js"></script>
```

## Webpack
Expand Down

0 comments on commit 0f54e08

Please sign in to comment.