From 1376a2c0ed98e9d703d7db2defecd99562e6a33d Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 12 Nov 2022 09:23:07 -0600 Subject: [PATCH] Update Go doc badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 237f6663..c21a182a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://godoc.org/github.com/jackc/pgx?status.svg)](https://pkg.go.dev/github.com/jackc/pgx/v5) +[![Go Reference](https://pkg.go.dev/badge/github.com/jackc/pgx/v5.svg)](https://pkg.go.dev/github.com/jackc/pgx/v5) ![Build Status](https://github.com/jackc/pgx/actions/workflows/ci.yml/badge.svg) # pgx - PostgreSQL Driver and Toolkit