Fix README typo

This commit is contained in:
Jack Christensen 2019-05-23 14:50:04 -05:00
parent 0830aae884
commit dd8c63c839

View File

@ -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