Fix README typo

pull/586/head
Jack Christensen 2019-05-23 14:50:04 -05:00
parent 0830aae884
commit dd8c63c839
1 changed files with 1 additions and 1 deletions

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