Skip to content

Commit

Permalink
README: Use svg version of CodeClimate badge
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Oct 24, 2016
1 parent cf325d4 commit 516b05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/state-machines/state_machines.svg?branch=master)](https://travis-ci.org/state-machines/state_machines)
[![Code Climate](https://codeclimate.com/github/state-machines/state_machines.png)](https://codeclimate.com/github/state-machines/state_machines)
[![Code Climate](https://codeclimate.com/github/state-machines/state_machines.svg)](https://codeclimate.com/github/state-machines/state_machines)
# State Machines

State Machines adds support for creating state machines for attributes on any Ruby class.
Expand Down

0 comments on commit 516b05e

Please sign in to comment.