Skip to content

Commit b399188

Browse files
Update README.md
minor typo in channel name Signed-off-by: Sohan <1119120+sohanmaheshwar@users.noreply.github.com>
1 parent 45e3d00 commit b399188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/redis-trigger/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Send a message on a redis channel named `messages`:
3535

3636
```bash
3737
$ redis-cli
38-
127.0.0.1:6379> publish messaged "hello world"
38+
127.0.0.1:6379> publish messages "hello world"
3939
```
4040

4141
The app should output:
4242

4343
```bash
4444
hello world
45-
```
45+
```

0 commit comments

Comments
 (0)