From 624d0c1ab32594bdc1b346d8d70c37d7f7b331e1 Mon Sep 17 00:00:00 2001 From: "Matt Moore (via sockpuppet)" Date: Wed, 29 May 2019 14:00:40 +0000 Subject: [PATCH] Format markdown Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` --- config/provisioners/in-memory-channel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/provisioners/in-memory-channel/README.md b/config/provisioners/in-memory-channel/README.md index efa79f134aa..e7344afa8d8 100644 --- a/config/provisioners/in-memory-channel/README.md +++ b/config/provisioners/in-memory-channel/README.md @@ -1,7 +1,7 @@ # In-Memory Channels -> **NOTE:**: The _ClusterChannelProvisioner_ API is deprecated. -> Please use the [_InMemoryChannel_](../../channels/in-memory-channel) CRD instead. +> **NOTE:**: The _ClusterChannelProvisioner_ API is deprecated. Please use the +> [_InMemoryChannel_](../../channels/in-memory-channel) CRD instead. In-memory channels are a best effort Channel. They should **NOT** be used in Production. They are useful for development.