Skip to content

Commit

Permalink
Note availability of local Zotero option in README
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Dec 31, 2024
1 parent b72b4d3 commit 176a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Then:

``` python
from pyzotero import zotero
zot = zotero.Zotero(library_id, library_type, api_key)
zot = zotero.Zotero(library_id, library_type, api_key) # local=True for read access to local Zotero
items = zot.top(limit=5)
# we've retrieved the latest five top-level items in our library
# we can print each item's item type and ID
Expand Down

0 comments on commit 176a7f4

Please sign in to comment.