From f8c46f1f1553139af902f30c1e2c46faab682260 Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Fri, 28 Aug 2015 14:05:11 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593c05f6..2d3af462 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Supported Postgres versions: 9.1 and up. export DATA_SOURCE_NAME="postgres://postgres:password@localhost/?sslmode=disable" ./postgres_exporter -See the github.com/lib/pg module for other ways to format the connection string. +See the [github.com/lib/pq](http://github.com/lib/pq) module for other ways to format the connection string. ### Flags