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 +```