From 63c87a61c360bef049f68b6e675a6bce3c555af5 Mon Sep 17 00:00:00 2001 From: "Matt Moore (via sockpuppet)" Date: Wed, 15 May 2019 14:00:54 +0000 Subject: [PATCH] Format markdown Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` --- config/channels/in-memory-channel/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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