Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit 82efedb

Browse files
author
coco50511
committed
README has been updated
1 parent 9748cd2 commit 82efedb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Latest
3939

4040
```javascript
4141
// apikey, network, timeout, proxyUrl, headers
42-
var api = require('etherscan-api').init('YourApiKey','rinkeby'. '3000', 'https://cors-anywhere.herokuapp.com/', {'x-requested-with': 'me'});
42+
var api = require('etherscan-api').init('YourApiKey','rinkeby'. '3000', 'https://cors-anywhere.herokuapp.com/', {
43+
'x-requested-with': 'me'
44+
});
4345
```
4446

4547

0 commit comments

Comments
 (0)