README.md in witch_doctor-0.0.3 vs README.md in witch_doctor-0.1.0

- old
+ new

@@ -1,6 +1,8 @@ -(check BADGES.md for build status & test coverage) +[![Build Status](https://travis-ci.org/equivalent/witch_doctor.svg)](https://travis-ci.org/equivalent/witch_doctor) +[![Code Climate](https://codeclimate.com/github/equivalent/witch_doctor/badges/gpa.svg)](https://codeclimate.com/github/equivalent/witch_doctor) +[![Test Coverage](https://codeclimate.com/github/equivalent/witch_doctor/badges/coverage.svg)](https://codeclimate.com/github/equivalent/witch_doctor) # Witch Doctor Rails engine that provides simple API so that external antivirus script can pull down files that need to be scanned and update their @@ -27,10 +29,10 @@ ```ruby # Gemfile # ... -gem 'witch_doctor', github: 'equivalent/witch_doctor' +gem 'witch_doctor' ``` ```ruby # config/routes.rb