Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 31, 2024
1 parent 582ba24 commit 5aad0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ If for any reason you need to get >4 years of data, this can be modified as foll
from coapy.scholar import get_coauthors

scholar_id = "lHBjgLsAAAAJ" # Google Scholar ID
my_coauthors = get_coauthors(scholar_id=scholar_id, years_back=4)
my_coauthors = get_coauthors(scholar_id=scholar_id, years_back=5)
print(my_coauthors)
```

0 comments on commit 5aad0dc

Please sign in to comment.