From 80d24d4edf8253ee6df4bf451f8e0cfea8e170a7 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 14 Aug 2012 20:01:16 -0500 Subject: [PATCH] Add the Code Climate badge to the README --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 848cefa0..942b298a 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ # Tracks: a GTD(TM) web application, built with Ruby on Rails +[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/TracksApp/tracks) + * Project homepage: http://getontracks.org/ * Manual: http://getontracks.org/manual/ * Source at GitHub: http://github.com/TracksApp/tracks/ @@ -37,4 +39,4 @@ While fully usable for everyday use, Tracks is still a work in progress. Make sure that you take sensible precautions and back up all your data frequently, taking particular care when you are upgrading. -Enjoy being productive! \ No newline at end of file +Enjoy being productive!