Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8096ec6

Browse files
authored
Updated DOI for v2.0.2
1 parent f834466 commit 8096ec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The tests also include the PRO endpoints so if your key is not PRO, the correspo
189189
In `python`, create a client with your personal [Etherscan.io](https://etherscan.io/) API key:
190190

191191
``` python
192-
from etherscan.etherscan import Etherscan
192+
from etherscan import Etherscan
193193
eth = Etherscan(YOUR_API_KEY) # key in quotation marks
194194
```
195195

@@ -234,7 +234,7 @@ For problems regarding installing or using the package please open an [issue](ht
234234

235235
## Cite
236236

237-
Kotsias, P. C., A Python API for Etherscan.io. *https://github.com/pcko1/etherscan-python (2020)*. doi:10.5281/zenodo.4256826
237+
Kotsias, P. C., A Python API for Etherscan.io. *https://github.com/pcko1/etherscan-python (2020)*. doi:10.5281/zenodo.4306855
238238

239239
or in ```bibtex```:
240240

@@ -246,7 +246,7 @@ or in ```bibtex```:
246246
publisher = {GitHub},
247247
journal = {GitHub repository},
248248
url = {https://github.com/pcko1/etherscan-python},
249-
doi = {10.5281/zenodo.4256826}
249+
doi = {10.5281/zenodo.4306855}
250250
}
251251
```
252252

0 commit comments

Comments
 (0)