README.md in uwaterlooapi-0.0.2 vs README.md in uwaterlooapi-0.0.3
- old
+ new
@@ -1,11 +1,13 @@
uwaterlooapi
============
RubyGem wrapper for the University of Waterloo OpenData API
-[![Build Status](https://travis-ci.org/amsardesai/uwaterlooapi.svg?branch=master)](https://travis-ci.org/amsardesai/uwaterlooapi)
+[![Build Status](https://travis-ci.org/amsardesai/uwaterlooapi.svg)](https://travis-ci.org/amsardesai/uwaterlooapi)
+[![Code Climate](https://codeclimate.com/github/amsardesai/uwaterlooapi/badges/gpa.svg)](https://codeclimate.com/github/amsardesai/uwaterlooapi)
+[![Test Coverage](https://codeclimate.com/github/amsardesai/uwaterlooapi/badges/coverage.svg)](https://codeclimate.com/github/amsardesai/uwaterlooapi)
## Installation
Add the following to your application's Gemfile:
@@ -15,10 +17,10 @@
$ gem install uwaterlooapi
## Usage
-To use the API, you must first get an API key from http://api.uwaterloo.ca/.
+To use this gem, you must first get an API key from http://api.uwaterloo.ca/.
```ruby
# Require the gem at the top of your ruby file
require 'uwaterlooapi'