From aa44833be60cb42107b3487a062cb5f0df081ecc Mon Sep 17 00:00:00 2001 From: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com> Date: Tue, 10 May 2022 23:11:20 +0200 Subject: [PATCH] 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 0b0229f7..885561f1 100644 --- a/cli/README.md +++ b/cli/README.md @@ -31,7 +31,7 @@ Some examples: - Bundle using a custom template and add custom `templateOptions`:
`$ redoc-cli build [spec] -t custom.hbs --templateOptions.metaDescription "Page meta description"` -#### With `.redocly.yaml` file ([more info](https://redocly.com/docs/cli/configuration/#redocly-configuration-file)): +#### With a Redocly configuration 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 the site using the `build` command (options from the Redocly configuration file will be automatically fetched):