Skip to content
Snippets Groups Projects
Commit 42465a82 authored by adcpm's avatar adcpm
Browse files

- Update cdn url

parent 4e6950c9
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ steem.api.getAccounts(['ned', 'dan'], function(err, response){
```
## CDN
http://cdn.steemjs.com/lib/lastest/steem.min.js<br/>
https://cdn.steemjs.com/lib/lastest/steem.min.js<br/>
http://cdn.steemjs.com/lib/latest/steem.min.js<br/>
https://cdn.steemjs.com/lib/latest/steem.min.js<br/>
```html
<script src="//cdn.steemjs.com/lib/lastest/steem.min.js"></script>
<script src="//cdn.steemjs.com/lib/latest/steem.min.js"></script>
```
## Server
......
{
"name": "steem",
"version": "0.3.16",
"version": "0.3.17",
"description": "Steem.js the JavaScript API for Steem blockchain",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment