README.md in yabeda-rabbit_messaging-0.0.1 vs README.md in yabeda-rabbit_messaging-0.0.2
- old
+ new
@@ -4,10 +4,12 @@
Patch [rabbit_messaging](https://github.com/umbrellio/rabbit_messaging) gem.
Works through [Yabeda Framework](https://github.com/yabeda-rb).
## Installation
+Put gem in your Gemfile after `rabbit_messaging` gem.
+
```ruby
gem "rabbit_messaging"
gem "table_sync"
...
gem "yabeda-rabbit_messaging"
@@ -28,10 +30,10 @@
- Total number of executed jobs: `rabbit_messages_total` (segmented by `exchange`, `routing_key` and `success` status)
- Duration of executed jobs: `rabbit_messages_duration` (segmented by `exchange`, `routing_key` and `success` status)
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/table_sync.
+Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/yabeda-rabbit_messaging.
## License
Released under MIT License.