Skip to content

Commit 104ab94

Browse files
committed
Fixed Readme.MD
1 parent 1724324 commit 104ab94

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Readme.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
A way to access the [etherscan.io api](https://etherscan.io/apis) using promises. Fetch a diverse set of information about the blockchain
66

7-
8-
Livenet
7+
Mainnet
98

109
```javascript
1110
var api = require('etherscan-api').init('YourApiKey');
@@ -15,6 +14,7 @@ balance.then(function(balanceData){
1514
});
1615
```
1716

17+
1818
## For testnet usage
1919

2020
Supported:
@@ -29,21 +29,19 @@ Latest
2929
var api = require('etherscan-api').init('YourApiKey','rinkeby');
3030
```
3131

32-
Old Default
33-
34-
```javascript
35-
var api = require('etherscan-api').init('YourApiKey','testnet');
36-
```
3732

3833
## Install
3934

4035
```bash
4136
npm install etherscan-api --save
4237
```
43-
## Api
38+
39+
40+
## API Documentation
4441

4542
[Full Api Docs](https://sebs.github.io/etherscan-api/)
4643

44+
4745
## Development workflow
4846

4947
* npm test - runs tests

0 commit comments

Comments
 (0)