From bfd0949b245994ab3d82fb3ab2c10308e27eb931 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Sun, 27 Apr 2025 18:57:45 -0400 Subject: [PATCH] Update README.md Fix typo `psycogp3` -> `psycopg3`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a4312c..1c3b5bac 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Feel free to use the abstraction as provided or else modify them / extend them a ## Requirements -The package supports the [asyncpg](https://github.com/MagicStack/asyncpg) and [psycogp3](https://www.psycopg.org/psycopg3/) drivers. +The package supports the [asyncpg](https://github.com/MagicStack/asyncpg) and [psycopg3](https://www.psycopg.org/psycopg3/) drivers. ## Installation