Skip to content

Commit 8317185

Browse files
authored
Merge pull request #4 from yfwss/develop
Update README.md
2 parents 04f8373 + 967672c commit 8317185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**English** | [中文](https://github.com/nanmu42/etherscan-api/blob/master/README_ZH.md)
1+
**English** | [中文](https://github.com/yfwss/etherscan-api/blob/master/README_ZH.md)
22

33
# etherscan-api
44

@@ -12,14 +12,14 @@ Golang client for the Etherscan.io API(and its families like BscScan), with near
1212
# Usage
1313

1414
```bash
15-
go get github.com/nanmu42/etherscan-api
15+
go get github.com/yfwss/etherscan-api/v2
1616
```
1717

1818
Create an API instance and off you go. :rocket:
1919

2020
```go
2121
import (
22-
"github.com/nanmu42/etherscan-api"
22+
"github.com/yfwss/etherscan-api/v2"
2323
"fmt"
2424
)
2525

0 commit comments

Comments
 (0)