summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2014-12-30 16:48:04 -0500
committerDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2014-12-30 16:48:04 -0500
commit700aed2a5ce3cc38889835e7901355112b269a74 (patch)
treef81a33d5efb276602c1c000e7c00fcc3983bff4f
parentdf9a992e8bb623a1004cec5103fcf961171af252 (diff)
downloadhashie-700aed2a5ce3cc38889835e7901355112b269a74.tar.gz
Updated badges to look nice.
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e04ffc8..780c115 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
-# Hashie [![Build Status](https://secure.travis-ci.org/intridea/hashie.png)](http://travis-ci.org/intridea/hashie) [![Dependency Status](https://gemnasium.com/intridea/hashie.png)](https://gemnasium.com/intridea/hashie) [![Code Climate](https://codeclimate.com/github/intridea/hashie.png)](https://codeclimate.com/github/intridea/hashie) [![Test Coverage](https://codeclimate.com/github/intridea/hashie/badges/coverage.png)](https://codeclimate.com/github/intridea/hashie)
+# Hashie
+
+[![Gem Version](http://img.shields.io/gem/v/hashie.svg)](http://badge.fury.io/rb/hashie)
+[![Build Status](http://img.shields.io/travis/intridea/hashie.svg)](https://travis-ci.org/intridea/hashie)
+[![Dependency Status](https://gemnasium.com/intridea/hashie.svg)](https://gemnasium.com/intridea/hashie)
+[![Code Climate](https://codeclimate.com/github/intridea/hashie.svg)](https://codeclimate.com/github/intridea/hashie)
+[![Coverage Status](https://codeclimate.com/github/intridea/hashie/badges/coverage.svg)](https://codeclimate.com/github/intridea/hashie)
Hashie is a growing collection of tools that extend Hashes and make them more useful.