README.md in rapporteur-load_check-2.0.0 vs README.md in rapporteur-load_check-2.1.0
- old
+ new
@@ -1,21 +1,31 @@
# Rapporteur Load Check
+[![Gem Version](https://badge.fury.io/rb/rapporteur-load_check.png)](http://badge.fury.io/rb/rapporteur-load_check)
+[![Build Status](https://travis-ci.org/codeschool/rapporteur-load_check.png?branch=master)](https://travis-ci.org/codeschool/rapporteur-load_check)
+[![Code Climate](https://codeclimate.com/github/codeschool/rapporteur-load_check.png)](https://codeclimate.com/github/codeschool/rapporteur-load_check)
+
Load checking for [Rapporteur](https://github.com/codeschool/rapporteur).
## Installation
Add this line to your application's Gemfile:
- gem 'rapporteur-load_check'
+```ruby
+gem 'rapporteur-load_check'
+```
And then execute:
- $ bundle
+```bash
+$ bundle
+```
Or install it yourself as:
- $ gem install rapporteur-load_check
+```bash
+$ gem install rapporteur-load_check
+```
## Usage
To add the check to your application, define the check in your environment or
application configuration files or initializers, such as: