Skip to content

Commit 9527d29

Browse files
committed
Foo
1 parent 2671fd5 commit 9527d29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://badge.fury.io/js/etherscan-api.svg)](https://badge.fury.io/js/etherscan-api) [![Build Status](https://travis-ci.org/sebs/etherscan-api.svg?branch=master)](https://travis-ci.org/sebs/etherscan-api) [![npm](https://img.shields.io/npm/dt/etherscan-api.svg?maxAge=2592000)]()
44

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

77
Mainnet
88

@@ -35,8 +35,8 @@ var api = require('etherscan-api').init('YourApiKey','rinkeby');
3535
```bash
3636
npm install etherscan-api --save
3737
```
38-
39-
38+
39+
4040
## API Documentation
4141

4242
[Full Api Docs](https://sebs.github.io/etherscan-api/)
@@ -46,11 +46,11 @@ var api = require('etherscan-api').init('YourApiKey','rinkeby');
4646

4747
* npm test - runs tests
4848
* npm run posttest - starts the linter
49-
* npm run lint - preconfigured linter
49+
* npm run lint - preconfigured linter
5050
* npm run docs - generates the apidocs
5151
* npm run bundle - builds a new bundle
52-
* npm run preversion - Steps before we create a new Tag
53-
* lint
52+
* npm run preversion - Steps before we create a new Tag
53+
* lint
5454
* changelog
5555
* npm run pages - pushes generated apidocs to the server
5656
* postversion - after generating a new version, push the tag to the server

0 commit comments

Comments
 (0)