Skip to content

Commit 04c23a0

Browse files
committed
Update readme
1 parent 78872bd commit 04c23a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Node.js package to interact with official [Etherscan API](https://etherscan.io/a
77

88
## Documentation
99

10-
**[API reference](docs/API.md)**
10+
**[API reference](https://github.com/danakt/node-etherscan-api/blob/master/docs/API.md)**
1111

1212
The API reference was generated by JSDoc.
13-
If you use Typescript, you can use the more detailed reference found in the [type declaration file](index.d.ts)
13+
If you use Typescript, you can use the more detailed reference found in the [type declaration file](https://github.com/danakt/node-etherscan-api/blob/master/index.d.ts)
1414

1515
## Install
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-etherscan-api",
3-
"version": "0.0.4",
3+
"version": "0.0.6",
44
"description": "Etherscan API for Node.js",
55
"main": "./src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)