From b399188be4c6bf0b7642385f89a7d0effca6d315 Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Wed, 15 May 2024 18:27:02 +0200 Subject: [PATCH] Update README.md minor typo in channel name Signed-off-by: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> --- examples/redis-trigger/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/redis-trigger/README.md b/examples/redis-trigger/README.md index 3c01062..679eee4 100644 --- a/examples/redis-trigger/README.md +++ b/examples/redis-trigger/README.md @@ -35,11 +35,11 @@ Send a message on a redis channel named `messages`: ```bash $ redis-cli -127.0.0.1:6379> publish messaged "hello world" +127.0.0.1:6379> publish messages "hello world" ``` The app should output: ```bash hello world -``` \ No newline at end of file +```