Skip to content

Commit

Permalink
Merge pull request #63 from onfido/fix-README
Browse files Browse the repository at this point in the history
[CAT-1120] Fix distribution package name in README.md
  • Loading branch information
dvacca-onfido authored Jun 25, 2024
2 parents b58ab21 + 5c5e676 commit 1ab7c70
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 @@ -19,7 +19,7 @@ Python 3.7+
If the python package is hosted on a repository, you can install directly using:

```sh
pip install onfido
pip install onfido-python
```

Then import the package:
Expand All @@ -31,7 +31,7 @@ import onfido
#### Poetry

```sh
poetry add onfido
poetry add onfido-python
```

Then import the package:
Expand Down

0 comments on commit 1ab7c70

Please sign in to comment.