Skip to content

Commit 9f05e7d

Browse files
committed
doc(fix): fix RTD links and pip install command
1 parent c418363 commit 9f05e7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ pip install pgmq-sqlalchemy
4242
Install with additional DBAPIs packages:
4343

4444
```bash
45-
pip install pgmq-sqlalchemy[psycopg2]
46-
pip install pgmq-sqlalchemy[asyncpg]
47-
# pip install pgmq-sqlalchemy[postgres-python-driver]
45+
pip install "pgmq-sqlalchemy[asyncpg]"
46+
pip install "pgmq-sqlalchemy[psycopg2-binary]"
47+
# pip install "pgmq-sqlalchemy[postgres-python-driver]"
4848
```
4949

5050
## Getting Started
@@ -61,7 +61,7 @@ docker run -d --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 quay.io
6161
### Usage
6262

6363
> [!NOTE]
64-
> Check [pgmq-sqlalchemy Document](https://pgmq-sqlalchemy-python.readthedocs.io/en/latest/) for more examples and detailed usage.
64+
> Check [pgmq-sqlalchemy Document](https://pgmq-sqlalchemy.readthedocs.io/en/latest/) for more examples and detailed usage.
6565
6666

6767
For `dispatcher.py`:
@@ -115,7 +115,7 @@ print(metrics.total_messages)
115115
## Issue/ Contributing / Development
116116

117117
Welcome to open an issue or pull request ! <br>
118-
See [`Development` on Online Document](https://pgmq-sqlalchemy-python.readthedocs.io/en/latest/) or [CONTRIBUTING.md](.github/CONTRIBUTING.md) for more information.
118+
See [`Development` on Online Document](https://pgmq-sqlalchemy.readthedocs.io/en/latest/) or [CONTRIBUTING.md](.github/CONTRIBUTING.md) for more information.
119119

120120
## TODO
121121

0 commit comments

Comments
 (0)