README.md in staccato-rack-0.2.0 vs README.md in staccato-rack-0.3.0

- old
+ new

@@ -25,10 +25,10 @@ ``` using in your Rails application, add the following line to your application config file (`config/application.rb` for Rails 3 and above, `config/environment.rb` for Rails 2): ```ruby - config.middleware.use Staccato::Rack::Middleware, 'UA-TRACKING-KEY-HERE' + config.middleware.use Staccato::Rack::Middleware, 'UA-TRACKING-KEY-HERE', logger: Rails.logger ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.