We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9508d commit d771fb0Copy full SHA for d771fb0
README.rst
@@ -6,16 +6,16 @@ This project contains a utility for extracting academic citation identifiers.
6
7
Usage
8
-----
9
-There's really only one utility in this package called ``extract_cites``.
+There's really only one utility in this package called ``mwcitations``.
10
11
::
12
13
- $ extract_cites enwiki-20150112-pages-meta-history*.xml*.bz2 > citations.tsv
+ $ mwcitations extract enwiki-20150112-pages-meta-history*.xml*.bz2 > citations.tsv
14
15
16
Documentation
17
-------------
18
-Documentation is provided ``$ mwcites extract -h``.
+Documentation is provided ``$ mwcitations extract -h``.
19
20
21
0 commit comments