Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Sep 30, 2021
1 parent 078220b commit c0d3636
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 @@ -269,8 +269,8 @@ assert get_iri("chebi:24867", priority=priority) == 'http://purl.obolibrary.org/
assert get_iri("hgnc:1234", priority=priority) == 'https://bioregistry.io/hgnc:1234'
```

Even deeper, you can add (or override) any of the bioregistry's custom prefix map by using
the `prefix_map` keyword:
Even deeper, you can add (or override) any of the Bioregistry's default prefix
map with the `prefix_map` keyword:

```python
from bioregistry import get_iri
Expand Down

0 comments on commit c0d3636

Please sign in to comment.