From dd8c63c839b351d4252ea057a532792060073c39 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 23 May 2019 14:50:04 -0500 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c2dac4..18eed26e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Connect to database pgx_test and run: Run the tests with environment variable PGX_TEST_DATABASE set to your test database. - PGX_TEXT_DATABASE="host=/var/run/postgresql database=pgx_test" go test ./... + PGX_TEST_DATABASE="host=/var/run/postgresql database=pgx_test" go test ./... ### Connection and Authentication Test Environment