README.md in wisper-1.4.0 vs README.md in wisper-1.5.0

- old
+ new

@@ -68,10 +68,16 @@ end ``` ### Asynchronous Publishing -Please refer to the [wisper-async](https://github.com/krisleech/wisper-async) gem. +```ruby +my_publisher.subscribe(MyListener.new, async: true) +``` + +Please refer to +[wisper-celluloid](https://github.com/krisleech/wisper-celluloid) or +[wisper-sidekiq](https://github.com/krisleech/wisper-sidekiq). ### ActiveRecord ```ruby class Bid < ActiveRecord::Base