diff --git a/README.rdoc b/README.rdoc index 80eca43..9e3774b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -28,13 +28,13 @@ Include the middleware For Rails 2, add the following to config/environment.rb - config.gem 'rack-perftools_profiler', :version => '~> 0.1', :lib => 'rack/perftools_profiler' + config.gem 'rack-perftools_profiler', :version => '~> 0.4', :lib => 'rack/perftools_profiler' require 'rack/perftools_profiler' config.middleware.use ::Rack::PerftoolsProfiler, :default_printer => 'gif' For Rails 3, add the following to your Gemfile - gem 'rack-perftools_profiler', '~> 0.1', :require => 'rack/perftools_profiler' + gem 'rack-perftools_profiler', '~> 0.4', :require => 'rack/perftools_profiler' and add the following to config/application.rb