We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa0a38 commit 982ef4fCopy full SHA for 982ef4f
README.md
@@ -1,4 +1,4 @@
1
-# Tembo's Python Client for PGMQ
+# Python Client for [PGMQ](https://github.com/pgmq/pgmq)
2
3
## Installation
4
@@ -20,7 +20,7 @@ Dependencies:
20
21
## Usage
22
23
-### Start a Postgres Instance with the Tembo extension installed
+### Start a Postgres Instance with the PGMQ extension installed
24
25
```bash
26
docker run -d --name pgmq-postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 ghcr.io/pgmq/pg17-pgmq:v1.5.1
0 commit comments