diff --git a/config/channels/in-memory-channel/README.md b/config/channels/in-memory-channel/README.md index 9e2f633988b..73d4380bd3d 100644 --- a/config/channels/in-memory-channel/README.md +++ b/config/channels/in-memory-channel/README.md @@ -38,13 +38,12 @@ The major components are: - InMemoryChannel Controller - InMemoryChannel Dispatcher - ```shell kubectl get deployment -n knative-eventing imc-controller ``` -The InMemoryChannel Dispatcher receives and distributes all events. There is a single -Dispatcher for all in-memory Channels. +The InMemoryChannel Dispatcher receives and distributes all events. There is a +single Dispatcher for all in-memory Channels. ```shell kubectl get deployment -n knative-eventing imc-dispatcher