From 129fb27830d5174c1a7f287b1f51cc396e08468a Mon Sep 17 00:00:00 2001 From: lunny Date: Fri, 16 Aug 2013 12:23:36 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1deb16..33f5b07b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Drivers for Go's sql package which currently support database/sql includes: * SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -* Postgres: [github.com/bylevel/pg](https://github.com/bylevel/pq) +* Postgres: [github.com/bylevel/pq](https://github.com/bylevel/pq) ## Changelog