Skip to content

Commit 2eb1916

Browse files
committed
Updated#
1 parent b061748 commit 2eb1916

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Supported:
2626
Latest
2727

2828
```javascript
29-
var api = require('etherscan-api').init('YourApiKey','rinkeby');
29+
// apikey, network, timeout
30+
var api = require('etherscan-api').init('YourApiKey','rinkeby'. '3000');
3031
```
3132

3233

0 commit comments

Comments
 (0)