Skip to content

Commit 715697c

Browse files
Updated README to include the default config argument.
1 parent 487071b commit 715697c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ auto-corpus -b PMC -t "output" -f "path/to/directory/of/html/files" -o JSON
5757
|------|------------------|-----------------------------------------------------------|
5858
| `-f` | Input File Path | File or directory to run Auto-CORPus on |
5959
| `-t` | Output File Path | Directory path where Auto-CORPus should save output files |
60-
| `-c` | Config | Which config file to use |
60+
| `-b` | Default Config | Which default (provided) config file to use. Options include "LEGACY_PMC" (PMC pre-2024), "PMC" (current), "PLOS_GENETICS" or "NATURE_GENETICS". |
61+
| `-c` | Config | Which config file to use (particularly user-made config files). |
6162
| `-o` | Output Format | Either `JSON` or `XML` (defaults to `JSON`) |
6263

6364
## Config files

0 commit comments

Comments
 (0)