From 7b0718e2493b85dce1d92ff54ebfdfdcf23642c7 Mon Sep 17 00:00:00 2001 From: Bob Furu <47002677+bobfuru@users.noreply.github.com> Date: Wed, 5 Oct 2022 07:53:29 -0600 Subject: [PATCH] Minor style updates (#5259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggesting very minor style improvements. 😄 --- docs/install/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/README.md b/docs/install/README.md index f5bd3ef0f..c4addafb8 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -11,12 +11,12 @@ preconfigured, local distribution of Knative for development purposes. - [Install Knative Eventing by using YAML](yaml-install/eventing/install-eventing-with-yaml.md) - Use the [Knative Operator](operator/knative-with-operators.md) to install and -configure a production ready deployment. +configure a production-ready deployment. -- Follow the documentation for vendor managed [Knative offerings](knative-offerings.md). +- Follow the documentation for vendor-managed [Knative offerings](knative-offerings.md). You can also [upgrade an existing Knative installation](upgrade/README.md). !!! note - Knative installation instructions assume you are running Mac or Linux with a bash shell. + Knative installation instructions assume you are running Mac or Linux with a Bash shell.