diff --git a/README.md b/README.md index 583610a..957a9e4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ By default cookie is set for 30 days, you can extend time to live with :tt #Rails 3 in config/application.rb class Application < Rails::Application ... - config.middleware.use Rack::Affiliates, {:ttl => 3.months} + config.middleware.use Rack::Utm, {:ttl => 3.months} ... end @@ -73,7 +73,7 @@ The :domain option allows to customize cookie domain. #Rails 3 in config/application.rb class Application < Rails::Application ... - config.middleware.use Rack::Affiliates, :domain => '.example.org' + config.middleware.use Rack::Utm, :domain => '.example.org' ... end