From 4789c333417118db1fcad8f83ecfcc7590bc06ab Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 15 Feb 2022 16:55:51 +0100 Subject: [PATCH] update docs Signed-off-by: Emma Indal --- packages/techdocs-cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/techdocs-cli/README.md b/packages/techdocs-cli/README.md index efedf89156..8526552c3e 100644 --- a/packages/techdocs-cli/README.md +++ b/packages/techdocs-cli/README.md @@ -87,8 +87,8 @@ yarn build --scope @techdocs/cli # Navigate to the example project cd techdocs-container/mock-docs -# Now execute the techdocs-cli binary -../../backstage/packages/techdocs-cli/bin/techdocs-cli +# Now execute the techdocs-cli serve command +../../backstage/packages/techdocs-cli/bin/techdocs-cli serve ``` Run the cypress tests