README.md in songkick_queue-0.4.0 vs README.md in songkick_queue-0.5.0

- old
+ new

@@ -38,9 +38,11 @@ config.host = '127.0.0.1' config.port = 5672 config.username = 'guest' config.password = 'guest' config.vhost = '/' + config.max_reconnect_attempts = 10 + config.network_recovery_interval = 1.0 end ``` SongkickQueue should work out the box with a new, locally installed RabbitMQ instance.