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