Skip to content

Commit ed7511a

Browse files
committed
Fixed docs
1 parent 4e84982 commit ed7511a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ You can install package with `pip` or `poetry`.
99

1010
poetry:
1111
```bash
12-
> poetry add psql-rust-driver
12+
> poetry add psqlpy
1313
```
1414
pip:
1515
```bash
16-
> pip install psql-rust-driver
16+
> pip install psqlpy
1717
```
1818

1919
Or you can build it by yourself. To do it, install stable rust and [maturin](https://github.com/PyO3/maturin).

0 commit comments

Comments
 (0)