Skip to content

Commit

Permalink
docs: fix click option for sources to update (#402)
Browse files Browse the repository at this point in the history
`--normalizer` -> `--sources`
  • Loading branch information
korikuzma authored Jan 3, 2024
1 parent 01ca562 commit 52fdb61
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 @@ -98,10 +98,10 @@ The Therapy Normalizer currently aggregates therapy data from:
* [RxNorm](https://www.nlm.nih.gov/research/umls/rxnorm/index.html)
* [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page)

To update source(s), simply set `--normalizer` to the source(s) you wish to update separated by spaces. For example, the following command updates ChEMBL and Wikidata:
To update source(s), simply set `--sources` to the source(s) you wish to update separated by spaces. For example, the following command updates ChEMBL and Wikidata:

```commandline
python3 -m therapy.cli --normalizer="chembl wikidata"
python3 -m therapy.cli --sources="chembl wikidata"
```

You can update all sources at once with the `--update_all` flag:
Expand Down

0 comments on commit 52fdb61

Please sign in to comment.