README.md in heroku-qc-autoscale-0.0.2 vs README.md in heroku-qc-autoscale-0.0.3

- old
+ new

@@ -3,10 +3,13 @@ Add to a Rails 3.x project to auto scale QueueClassic workers on heroku. **WARNING: USE AT OWN RISK! THIS GEM IS CONSIDERED EXTREME ALPHA!** +[![Build Status](https://secure.travis-ci.org/zerobearing2/heroku-qc-autoscale.png)](http://travis-ci.org/zerobearing2/heroku-qc-autoscale) + + Usage ----- Install as gem @@ -17,10 +20,10 @@ gem "heroku-qc-autoscale" Create config/initializers/qc_autoscale.rb - Heroku::QC::Autoscale.config do |c| + Autoscale.config do |c| c.api_key = ENV['HEROKU_API_KEY'] c.app = ENV['HEROKU_APP'] c.scale = [1, 15, 30, 40, 50] c.active = Rails.env.production? end \ No newline at end of file