From 75bb43401f4cdedd9e14e44cec294c693069bb73 Mon Sep 17 00:00:00 2001 From: Heather Cloward Date: Sun, 22 Aug 2021 21:24:04 -0400 Subject: [PATCH] minor edits --- docs/quickstart/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickstart/cli.md b/docs/quickstart/cli.md index 10b12537..9b0d72bf 100644 --- a/docs/quickstart/cli.md +++ b/docs/quickstart/cli.md @@ -19,7 +19,7 @@ Or you can install `redoc-cli` using [npx](https://www.freecodecamp.org/news/npm ### Install Redoc CLI with yarn -To install the `redoc-cli` package globally with yarn, use the following command: +To install the `redoc-cli` package globally with yarn: ```sh yarn global add redoc-cli @@ -27,7 +27,7 @@ yarn global add redoc-cli ### Install Redoc with npm -To install the `redoc-cli` package globally with npm, use the following command: +To install the `redoc-cli` package globally with npm: ```sh npm i -g redoc-cli @@ -65,7 +65,7 @@ The CLI includes the following commands: #### Bundle -Bundle with the main color changed to `orange`, using the following command: +Bundle with the main color changed to `orange`: ```sh redoc-cli bundle openapi.yaml --options.theme.colors.primary.main=orange