Update tutorials/pub-sub/README.md

Some commands were unclear earlier. Changes to provide more clarity on them

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
This commit is contained in:
shivanisinghnitp 2023-05-22 10:27:33 +05:30
parent 85c1338183
commit 10ce33f625
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ dapr stop --app-id react-form
<!-- END_STEP -->
4. If you want more insights into the cloud events being published on Redis streams, move onto the next section. If you want to deploy this same application to Kubernetes, move onto the section after that. Otherwise, skip ahead to the [How it Works](#How-it-Works) section to understand the code!
4. If you want more insights into the Cloud Events being published on Redis streams, keep going. If you want to deploy this same application to Kubernetes, jump to the [Run in Kubernetes](#Run-in-Kubernetes). Otherwise, skip ahead to the [How it Works](#How-it-Works) section to understand the code!
## Insights into the cloud events being published on Redis streams
If you want to see the [Cloud Events](https://github.com/cloudevents/spec) that are being published on [Redis stream](https://redis.io/docs/data-types/streams/), follow the below steps: