From b5abdac46a83ff6c812476b2833c551f0fa6c3d0 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 14 May 2024 16:11:34 -0600 Subject: [PATCH] docs: One sentence per line --- docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index ccc7189fe526..952fe0ce76ac 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -20,8 +20,8 @@ For quick testing, you can use a local cluster with: ## Install Argo Workflows -First, specify the version you'd like to install in an environment variable. Modify the -command below: +First, specify the version you'd like to install in an environment variable. +Modify the command below: ```bash ARGO_WORKFLOWS_VERSION="vX.Y.Z"