README.md in jt-rails-toolbox-1.0.3 vs README.md in jt-rails-toolbox-1.0.4
- old
+ new
@@ -40,14 +40,14 @@
### Sidekiq
- configured for `ActiveJob`
- configured to send notification error with Exception Notification
-- redis url is by default `"redis://localhost:6379/#{name of your}"`
+- redis url is by default `"redis://localhost:6379/#{name of your application}"`
#### Warning
-Don't forget to install redis server and to launch sidekiq with
+Don't forget to install redis server and to launch sidekiq with:
`bundle exec sidekiq -q default -q mailers`
### Hostname
\ No newline at end of file