Skip to content

Commit 982ef4f

Browse files
authored
Correct extension name
1 parent 2fa0a38 commit 982ef4f

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
@@ -1,4 +1,4 @@
1-
# Tembo's Python Client for PGMQ
1+
# Python Client for [PGMQ](https://github.com/pgmq/pgmq)
22

33
## Installation
44

@@ -20,7 +20,7 @@ Dependencies:
2020

2121
## Usage
2222

23-
### Start a Postgres Instance with the Tembo extension installed
23+
### Start a Postgres Instance with the PGMQ extension installed
2424

2525
```bash
2626
docker run -d --name pgmq-postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 ghcr.io/pgmq/pg17-pgmq:v1.5.1

0 commit comments

Comments
 (0)