README.mdown in resque-bus-0.3.4 vs README.mdown in resque-bus-0.3.5
- old
+ new
@@ -1,8 +1,16 @@
## Resque Bus
This gem uses Redis and Resque to allow simple asynchronous communication between apps.
+### Install
+
+To install, include the 'resque-bus' gem and add the following to your Rakefile:
+
+```ruby
+require "resque_bus/tasks"
+```
+
### Example
Application A can publish an event
```ruby