README.mdown in resque-bus-0.3.5 vs README.mdown in resque-bus-0.3.6

- old
+ new

@@ -219,10 +219,10 @@ That will use the default (resque) namespace which can be helpful for using the tooling. Conflict with queue names are unlikely. You can change the namespace if you like though. ```ruby # config Resque.redis = "192.168.1.0:6379" -ResqusBus.redis.namespace = :get_on_the_bus +ResqueBus.redis.namespace = :get_on_the_bus ``` ### Local Mode For development, a local mode is also provided and is specified in the configuration.