From 98cc7cb81686d359016c604cd7f16da3c6d72186 Mon Sep 17 00:00:00 2001 From: Risa B Date: Tue, 19 Jan 2016 11:13:15 -0800 Subject: [PATCH] update code climate badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b3347..c6c6748 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Gem Version](https://badge.fury.io/rb/timecapsule.png) ![Build Status](https://travis-ci.org/nirds/timecapsule.png?branch=master) -![CodeClimate](https://codeclimate.com/github/reneedv/timecapsule.png) +[![Code Climate](https://codeclimate.com/github/nirds/timecapsule/badges/gpa.svg)](https://codeclimate.com/github/nirds/timecapsule) Gem for importing and exporting ActiveRecord data as CSV files. Great for creating seed data from data entered through your app's UI or the console.