From cb5761e45f3180a86bf8e0cd33a100e25628df63 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Wed, 12 Apr 2017 06:41:48 +0200 Subject: [PATCH] Replace PNG badges with SVG Much crisper. :-) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c87ba9e..40f1a93 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ capybara-webkit =============== -[![Build Status](https://secure.travis-ci.org/thoughtbot/capybara-webkit.png?branch=master)](https://travis-ci.org/thoughtbot/capybara-webkit) -[![Code Climate](https://codeclimate.com/github/thoughtbot/capybara-webkit.png)](https://codeclimate.com/github/thoughtbot/capybara-webkit) +[![Build Status](https://secure.travis-ci.org/thoughtbot/capybara-webkit.svg?branch=master)](https://travis-ci.org/thoughtbot/capybara-webkit) +[![Code Climate](https://codeclimate.com/github/thoughtbot/capybara-webkit.svg)](https://codeclimate.com/github/thoughtbot/capybara-webkit) A [capybara](https://github.com/jnicklas/capybara) driver that uses [WebKit](http://webkit.org) via [QtWebKit](http://trac.webkit.org/wiki/QtWebKit).