From 728d60a1249fecaa18f8cb6b8a77a87c3cfe0e09 Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Wed, 1 Mar 2023 01:07:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d2e2a..c88d8d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please take into consideration that this Gem is **opinionated**, meaning it expe 1. When using RabbitMQ, it only publishes events to a ***topic*** exchange. 1. It assumes that you are using routing keys to publish to the topic exchange. 1. It publishes events in a background job using [Sidekiq](https://github.com/sidekiq/sidekiq). Therefore, you application must use Sidekiq. -1. It implements the [polling publisher pattern](https://microservices.io/patterns/data/polling-publisher.html). For that, it uses [](https://github.com/sidekiq-cron/sidekiq-cron) to check the unpublished outboxes every 5 seconds after the initialization of the application. +1. It implements the [polling publisher pattern](https://microservices.io/patterns/data/polling-publisher.html). For that, it uses [sidekiq-cron](https://github.com/sidekiq-cron/sidekiq-cron) to check the unpublished outboxes every 5 seconds after the initialization of the application. ## Installation