From 084a0d6778b52fdc30ed1ac6444d43eb37d9ce2d Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Sun, 6 Mar 2016 18:57:42 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b0ad26..9adf50c4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Pgx supports many additional features beyond what is available through database/ * Maps inet and cidr PostgreSQL types to net.IPNet * Large object support * Null mapping to Null* struct or pointer to pointer. -* Supports database/sql.Scanner and database/sql/driver/Valuer interfaces for custom types +* Supports database/sql.Scanner and database/sql/driver.Valuer interfaces for custom types ## Performance