From e29888bf541f30ca67b6d608d933b485190b16e0 Mon Sep 17 00:00:00 2001 From: Anastasiia Derymarko Date: Tue, 10 May 2022 20:06:08 +0300 Subject: [PATCH] docs: Update cli/README.md Co-authored-by: Adam Altman --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index c2b690b8..0b0229f7 100644 --- a/cli/README.md +++ b/cli/README.md @@ -34,7 +34,7 @@ Some examples: #### With `.redocly.yaml` file ([more info](https://redocly.com/docs/cli/configuration/#redocly-configuration-file)): 1. Go to folder with your Redocly configuration file (`.redocly.yaml` or `redocly.yaml`) and your OpenAPI definition file. -2. Build site using command (options from `.redocly.yaml` file will be automatically fetched): +2. Build the site using the `build` command (options from the Redocly configuration file will be automatically fetched): `redoc build openapi.yaml` For more details, run `redoc-cli --help`.