README.md in sidekiq-belt-0.3.6 vs README.md in sidekiq-belt-0.3.7
- old
+ new
@@ -114,11 +114,11 @@
config.run_jobs << { class: "CWorker", args: ["a"], group: "Etc" }
config.run_jobs << { class: "DWorker", args: ["a"], group: "Etc" }
end
```
-### Add to your web sidekiq a top label by enviroment (sidekiq)
+### Add to your web sidekiq a top label by environment (sidekiq)
This feature adds a little line on top of Sidekiq web that shows a configurable message.
![Top Page Development](https://github.com/dannnylo/sidekiq-belt/assets/20794/b1e2f6c2-a257-4172-92ec-09c61511334b)
![Top Page Production](https://github.com/dannnylo/sidekiq-belt/assets/20794/8e64d0e8-dcb2-42ee-b184-67d2f0b2cf6f)
@@ -131,10 +131,10 @@
```ruby
Sidekiq::Belt.configure do |config|
config.top_label = {
production: {
background_color: 'red',
- text: 'Be carefull',
+ text: 'Be careful',
color: 'white'
},
development: {
background_color: 'green',
text: 'You are safe!',