From 0cbbf55dde468248408eed2a444e213d82a195f4 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 12 Dec 2020 08:28:55 -0600 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e7c791..00cae78f 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ from pgx for lower-level control. ### [github.com/jackc/pgx/v4/pgxpool](https://github.com/jackc/pgx/tree/master/pgxpool) -`pgxpool` is a connection pool for pgx. pgx is entirely decoupled from its default pool implementation. This means that pgx can be used with a different pool. or without any pool at all. +`pgxpool` is a connection pool for pgx. pgx is entirely decoupled from its default pool implementation. This means that pgx can be used with a different pool or without any pool at all. ### [github.com/jackc/pgx/v4/stdlib](https://github.com/jackc/pgx/tree/master/stdlib)