From 0a724c75a7bd671708b0ad9e2027583d20ef5ea5 Mon Sep 17 00:00:00 2001 From: Omer B Date: Sun, 4 Apr 2021 14:33:51 -0400 Subject: [PATCH] Update prerequisites.md more whitespace --- docs/install/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/prerequisites.md b/docs/install/prerequisites.md index b9dfa406d91..2cc5cd34b18 100644 --- a/docs/install/prerequisites.md +++ b/docs/install/prerequisites.md @@ -26,7 +26,7 @@ Before installation, you must meet the following prerequisites: - You have a cluster that uses Kubernetes v1.18 or newer. - You have installed the [`kubectl` CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/). -- You have installed the [`kn` CLI](./install-kn). (See below) +- You have installed the [`kn` CLI](./install-kn). (See below) - Your Kubernetes cluster must have access to the internet, since Kubernetes needs to be able to fetch images. (To pull from a private registry, see [Deploying images from a private container registry](https://knative.dev/docs/serving/deploying/private-registry/)) ## Install the Knative CLI