Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sri0606 committed Nov 9, 2023
1 parent 2cb1cbf commit b8b51e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ OrcidScrapper can access all methods of Orcid class as it is inherited from it.

```python
from src import pyorcid
orcid_id = '0000-0003-0666-9883'
orcid_id = 'xxxx-xxxx-xxxx-xxxx'
orcid = pyorcid.OrcidScrapper(orcid_id=orcid_id)
orcid.__dir__()
```
Expand All @@ -144,4 +144,4 @@ for key, value in works_data.items():
orcid.record_summary()
```
```

0 comments on commit b8b51e6

Please sign in to comment.