From ef4e998ed2669d0c7d883313456584e59762b367 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Thu, 7 Dec 2017 18:54:46 +0300 Subject: [PATCH] Use Retina-friendly SVG badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e36dd03..1acaabff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![](https://godoc.org/github.com/jackc/pgx?status.svg)](https://godoc.org/github.com/jackc/pgx) -[![Build Status](https://travis-ci.org/jackc/pgx.png)](https://travis-ci.org/jackc/pgx) +[![Build Status](https://travis-ci.org/jackc/pgx.svg)](https://travis-ci.org/jackc/pgx) # pgx - PostgreSQL Driver and Toolkit