From a1241d4aa9abe7e346c107b3f1b41608c37edf88 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 24 Jul 2017 18:10:36 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570afce3..b7c6e889 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ See this [gist](https://gist.github.com/jackc/4996e8648a0c59839bff644f49d6e434) In addition to the native driver, pgx also includes a number of packages that provide additional functionality. -## github.com/jackc/pgxstdlib +## github.com/jackc/pgx/stdlib database/sql compatibility layer for pgx. pgx can be used as a normal database/sql driver, but at any time the native interface may be acquired for more performance or PostgreSQL specific functionality.