mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Use SVG for status badges in README
http://shields.io/ provides many standardized badges for OSS. The PNG versions provided by Shields are similar to the images currently used, but the SVG versions added here are more legible on high pixel density displays. Inch Pages themselves provide a SVG badge, so use it!
This commit is contained in:
parent
5539339168
commit
9fcd43f78b
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
[![Build Status](https://secure.travis-ci.org/pry/pry.png)](http://travis-ci.org/pry/pry) [![Code Climate](https://codeclimate.com/github/pry/pry.png)](https://codeclimate.com/github/pry/pry)
|
||||
[![Inline docs](http://inch-pages.github.io/github/pry/pry.png)](http://inch-pages.github.io/github/pry/pry)
|
||||
[![Build Status](https://img.shields.io/travis/pry/pry.svg)](https://travis-ci.org/pry/pry)
|
||||
[![Code Climate](https://img.shields.io/codeclimate/github/pry/pry.svg)](https://codeclimate.com/github/pry/pry)
|
||||
[![Inline docs](http://inch-pages.github.io/github/pry/pry.svg)](http://inch-pages.github.io/github/pry/pry)
|
||||
|
||||
<center>
|
||||
![The Pry Logo](https://dl.dropbox.com/u/26521875/pry%20stuff/logo/pry_logo_350.png)
|
||||
|
|
Loading…
Reference in a new issue