From 0d82849554f7b032764bd46e7c065d72b0710f34 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 16 May 2020 10:50:30 -0500 Subject: [PATCH] Link directly to geeting started guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a1e567..63ce1718 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ func main() { } ``` -See the [wiki](https://github.com/jackc/pgx/wiki) for a getting started guide and additional documentation. +See the [getting started guide](https://github.com/jackc/pgx/wiki/Getting-started-with-pgx) for more information. ## Choosing Between the pgx and database/sql Interfaces