From 726db776c6678787db4309d48b5580a502e04ee7 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Wed, 28 Feb 2018 08:07:24 -0700 Subject: [PATCH] Switch to vector badges in the README because raster makes eye bleed on retina displays :sunglasses: --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d99a17e..b14358c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ValidAttribute # -[![Build Status](https://secure.travis-ci.org/bcardarella/valid_attribute.png?branch=master)](http://travis-ci.org/bcardarella/valid_attribute) -[![Dependency Status](https://gemnasium.com/bcardarella/valid_attribute.png?travis)](https://gemnasium.com/bcardarella/valid_attribute) -[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/bcardarella/valid_attribute) +[![Build Status](https://secure.travis-ci.org/bcardarella/valid_attribute.svg?branch=master)](http://travis-ci.org/bcardarella/valid_attribute) +[![Dependency Status](https://gemnasium.com/bcardarella/valid_attribute.svg?travis)](https://gemnasium.com/bcardarella/valid_attribute) +[![Code Climate](https://codeclimate.com/github/bcardarella/valid_attribute.svg)](https://codeclimate.com/github/bcardarella/valid_attribute) ValidAttribute is a minimalist matcher for validation BDD.