README.md in waffle-0.1.3 vs README.md in waffle-0.2.1

- old
+ new

@@ -6,21 +6,23 @@ ## Integration into Rails Insert in your Rails Gemfile: - gem 'waffle', '~> 0.1.3' + gem 'waffle', '~> 0.2.1' and create config file: # production.waffle.yml - strategy: rabbitmq + transport: rabbitmq + encoder: marshal url: amqp://anyhost.com:5678 or if RabbitMQ on local machine # production.waffle.yml - strategy: rabbitmq + transport: rabbitmq + encoder: marshal ## Usage When you want to performan event, just insert this code in place, where it must occur: