mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #2194 from rmm5t/svg-badges
Switch README badges from PNG to SVG
This commit is contained in:
commit
f89a0eed56
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,11 +1,11 @@
|
|||
Sidekiq
|
||||
==============
|
||||
|
||||
[![Gem Version](https://badge.fury.io/rb/sidekiq.png)](https://rubygems.org/gems/sidekiq)
|
||||
[![Code Climate](https://codeclimate.com/github/mperham/sidekiq.png)](https://codeclimate.com/github/mperham/sidekiq)
|
||||
[![Build Status](https://travis-ci.org/mperham/sidekiq.png)](https://travis-ci.org/mperham/sidekiq)
|
||||
[![Coverage Status](https://coveralls.io/repos/mperham/sidekiq/badge.png?branch=master)](https://coveralls.io/r/mperham/sidekiq)
|
||||
[![Gitter Chat](https://badges.gitter.im/mperham/sidekiq.png)](https://gitter.im/mperham/sidekiq)
|
||||
[![Gem Version](https://badge.fury.io/rb/sidekiq.svg)](https://rubygems.org/gems/sidekiq)
|
||||
[![Code Climate](https://codeclimate.com/github/mperham/sidekiq.svg)](https://codeclimate.com/github/mperham/sidekiq)
|
||||
[![Build Status](https://travis-ci.org/mperham/sidekiq.svg)](https://travis-ci.org/mperham/sidekiq)
|
||||
[![Coverage Status](https://coveralls.io/repos/mperham/sidekiq/badge.svg?branch=master)](https://coveralls.io/r/mperham/sidekiq)
|
||||
[![Gitter Chat](https://badges.gitter.im/mperham/sidekiq.svg)](https://gitter.im/mperham/sidekiq)
|
||||
|
||||
|
||||
Simple, efficient background processing for Ruby.
|
||||
|
@ -46,7 +46,7 @@ Getting Started
|
|||
-----------------
|
||||
|
||||
See the [sidekiq home page](http://sidekiq.org) for the simple 3-step process.
|
||||
You can watch [Railscast #366](http://railscasts.com/episodes/366-sidekiq) to see Sidekiq in action. If you do everything right, you should see this:
|
||||
You can watch [Railscast #366](http://railscasts.com/episodes/366-sidekiq) to see Sidekiq in action. If you do everything right, you should see this:
|
||||
|
||||
![Web UI](https://github.com/mperham/sidekiq/raw/master/examples/web-ui.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue