From 6bb84432f28aab152b00f8194769731110f84cb4 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Sun, 22 Jan 2017 17:34:31 -0800 Subject: [PATCH] Changed repo png badges to svg icons Allows for higher resolution --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f40e9db..1199858 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ webidl This gem provides a pure-ruby parser and code generator for Web IDL, an interface description language for interfaces intended to be implemented in web browsers. -[![Build Status](https://secure.travis-ci.org/jarib/webidl.png)](http://travis-ci.org/jarib/webidl) -[![Coverage Status](https://coveralls.io/repos/jarib/webidl/badge.png)](https://coveralls.io/r/jarib/webidl) -[![Code Climate](https://codeclimate.com/github/jarib/webidl.png)](https://codeclimate.com/github/jarib/webidl) +[![Build Status](https://secure.travis-ci.org/jarib/webidl.svg)](http://travis-ci.org/jarib/webidl) +[![Coverage Status](https://coveralls.io/repos/jarib/webidl/badge.svg)](https://coveralls.io/r/jarib/webidl) +[![Code Climate](https://codeclimate.com/github/jarib/webidl.svg)](https://codeclimate.com/github/jarib/webidl) Problems --------