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

- Update Readme

parent e0f638a0
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.api.getAccounts(['ned', 'dan'], function(err, response){ steem.getAccounts(['ned', 'dan'], function(err, response){
console.log(err, response); console.log(err, response);
}); });
</script> </script>
......
{ {
"name": "steem", "name": "steem",
"version": "0.3.9", "version": "0.3.10",
"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