Skip to content

Commit

Permalink
updating typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jazahn committed Jul 14, 2023
1 parent 2f9b727 commit f3578e1
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 @@ -78,14 +78,14 @@ Next is probably the reason you're using this library. This helps simplify pagin
import pds

pds_api = pds.People(apikey-'12345', batch=50)
response = pds_api(query={
response = pds_api.search(query={
"fields": [
"univid"
],
"conditions": {
"names.name": "jazahn"
}
})
}, pagination=True)

total_results = response['total_results']
results = response['results']
Expand Down

0 comments on commit f3578e1

Please sign in to comment.