Skip to content

Commit aa88c35

Browse files
author
Gerit Wagner
committed
docs/automate: pin recent colrev version and use simpler example
1 parent fa89d00 commit aa88c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/automate.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Using the Crossref API as an example, the following illustrates how to construct
1414

1515
.. code-block:: bash
1616
17-
pip install colrev
17+
pip install colrev==0.16.0
1818
1919
.. code-block:: python
2020
:linenos:
@@ -47,7 +47,7 @@ Using the Crossref API as an example, the following illustrates how to construct
4747
4848
if __name__ == "__main__":
4949
50-
query = OrQuery(["microsourcing", "online labor markets"], field="title")
50+
query = OrQuery(["microsourcing", "lululemon"], field="title")
5151
5252
url = to_crossref_url(query)
5353
api_crossref = crossref_api.CrossrefAPI(url=url)

0 commit comments

Comments
 (0)