Skip to content

Commit 7e87364

Browse files
authored
Update README.md
1 parent 95db586 commit 7e87364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Once Docker Compose started, PostgREST is accessible at <http://localhost:3000>.
3939
#### With Poetry (recommended)
4040

4141
```sh
42-
poetry add postgrest-py
42+
poetry add postgrest
4343
```
4444

4545
#### With Pip
4646

4747
```sh
48-
pip install postgrest-py
48+
pip install postgrest
4949
```
5050

5151
## USAGE

0 commit comments

Comments
 (0)