From 02ddf382b0b9329bfcde0ea293c70e3d0d111255 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 17 Feb 2017 14:03:26 -0600 Subject: [PATCH] Switch build status badge in readme to svg The badge looks slightly better on high resolution density displays as an SVG! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803da6a8..cd6edb4f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A native PostgreSQL driver for Rust. [Documentation](https://docs.rs/postgres/0.13.4/postgres) -[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](https://crates.io/crates/postgres) +[![Build Status](https://travis-ci.org/sfackler/rust-postgres.svg?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](https://crates.io/crates/postgres) You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres): ```toml