From 173227a6e314f2691e1fc4de04152a45498e07c0 Mon Sep 17 00:00:00 2001
From: Jack Christensen <jack@jackchristensen.com>
Date: Sat, 16 May 2020 10:10:07 -0500
Subject: [PATCH] Link to wiki from README.

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2ffc0530..c3a1e567 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,8 @@ func main() {
 }
 ```
 
+See the [wiki](https://github.com/jackc/pgx/wiki) for a getting started guide and additional documentation.
+
 ## Choosing Between the pgx and database/sql Interfaces
 
 It is recommended to use the pgx interface if: