From 256291342928018d3b0146adb6705d55b09d1b8c Mon Sep 17 00:00:00 2001 From: mmqxyz <127844428+mmqxyz@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:10:16 +0000 Subject: [PATCH] Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4194b7e..2b80701 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The constructor accepts the following parameters: * `visibilityTimeout`: visibility timeout (in seconds) applied to every message pulled from the queue * `batchSize`: number of messages retrieved at each SQS poll * `workersNum`: size of the workers pool -* `handler`: instance of the [Handler](./pkg/handler.go) interface that will be called for every message received +* `handler`: instance of the [Handler](./handler.go) interface that will be called for every message received Example of usage: ```go