Skip to content

Commit 0f54e08

Browse files
bonustrackjredbeard
authored andcommitted
Change CDN url (#451)
* Change CDN url * Remove version from the CDN url
1 parent 6cae9e9 commit 0f54e08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ steem.api.getAccounts(['ned', 'dan'], function(err, response){
4242
```
4343

4444
## CDN
45-
https://cdn.steemjs.com/lib/latest/steem.min.js<br/>
45+
https://cdn.jsdelivr.net/npm/steem/dist/steem.min.js<br/>
4646
```html
47-
<script src="//cdn.steemjs.com/lib/latest/steem.min.js"></script>
47+
<script src="https://cdn.jsdelivr.net/npm/steem/dist/steem.min.js"></script>
4848
```
4949

5050
## Webpack

0 commit comments

Comments
 (0)