From 6fc6fa783ab668dd7ec7e6904b172c778148dfb2 Mon Sep 17 00:00:00 2001 From: Michael Goberling Date: Mon, 9 Jan 2023 23:14:42 -0500 Subject: [PATCH] docs: fix typo in CLI readme --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 99c733fc..e361e929 100644 --- a/cli/README.md +++ b/cli/README.md @@ -16,7 +16,7 @@ The two following commands are available: and can watch the spec (`--watch`) to automatically reload the page whenever it changes.\ Deprecated. Use `npx @redocly/cli preview-docs [spec]` - `redoc-cli bundle [spec]` - bundles `spec` and Redoc into a **zero-dependency** HTML file.\ - Deprecated. Use Use "build" command instead. + Deprecated. Use "build" command instead. - `redoc-cli build [spec]` - build `spec` and Redoc into a **zero-dependency** HTML file. Some examples: