@@ -189,7 +189,7 @@ The tests also include the PRO endpoints so if your key is not PRO, the correspo
189189In` 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
193193eth = 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 APIfor Etherscan.io.* https://github.com/pcko1/etherscan-python (2020)* . doi:10.5281/zenodo.4256826
237+ Kotsias, P. C., A Python APIfor Etherscan.io.* https://github.com/pcko1/etherscan-python (2020)* . doi:10.5281/zenodo.4306855
238238
239239orin ` ` ` 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