Skip to content

Commit 587a8e4

Browse files
authored
Update README.md with package distribution name
1 parent 9bff118 commit 587a8e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# wherobots-python-dbapi-driver
1+
# wherobots-python-dbapi
22

33
Python DB-API implementation for Wherobots DB. This package implements a
44
PEP-0249 compatible driver to programmatically connect to a Wherobots DB
@@ -10,13 +10,13 @@ If you use [Poetry](https://python-poetry.org) in your project, add the
1010
dependency with `poetry add`:
1111

1212
```
13-
$ poetry add git+https://github.com/wherobots/wherobots-python-dbapi-driver
13+
$ poetry add wherobots-python-dbapi
1414
```
1515

1616
Otherwise, just `pip install` it:
1717

1818
```
19-
$ pip install git+https://github.com/wherobots/wherobots-python-dbapi-driver
19+
$ pip install wherobots-python-dbapi
2020
```
2121

2222
## Usage

0 commit comments

Comments
 (0)