From 410cd0a9dfb26c5a56cd9eb30c3927e6348e9a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Alonso?= <32513992+nicoalonso@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:37:02 +0100 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 601a934..0fa4db5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ async function bootstrap() { block: 5000, consumer: 'users-1', consumerGroup: 'users', - deleteAfterAck: true, // optional: delete message from stream + deleteMessagesAfterAck: true, // optional: delete message from stream }, // optional. See our example main.ts file for more details... // serialization: {},