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

- Update DOC

parent 062b26b0
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ Here is full documentation: https://github.com/adcpm/steem/tree/master/doc ...@@ -8,7 +8,7 @@ Here is full documentation: https://github.com/adcpm/steem/tree/master/doc
```html ```html
<script src="./steem.min.js"></script> <script src="./steem.min.js"></script>
<script> <script>
steem.getAccounts(['ned', 'dan'], function(err, response){ steem.api.getAccounts(['ned', 'dan'], function(err, response){
console.log(err, response); console.log(err, response);
}); });
</script> </script>
......
{ {
"name": "steem", "name": "steem",
"version": "0.3.0", "version": "0.3.1",
"description": "Steem.js the JavaScript API for Steem blockchain", "description": "Steem.js the JavaScript API for Steem blockchain",
"main": "index.js", "main": "index.js",
"scripts": { "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