From 0d9b0a0dc917363f300c116621c0bf81366977ed Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 21 Jul 2020 11:57:54 +0200 Subject: [PATCH] fix(techdocs-container): update techdocs-container docs --- packages/techdocs-container/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/techdocs-container/README.md b/packages/techdocs-container/README.md index 57bdefe894..2bfa9a1d26 100644 --- a/packages/techdocs-container/README.md +++ b/packages/techdocs-container/README.md @@ -9,7 +9,7 @@ This is the Docker container that powers the creation of static documentation si Using the TechDocs CLI, we can invoke the latest version of `techdocs-container` via Docker Hub: ```bash -npx @techdocs/cli serve +npx techdocs-cli serve ``` ## Local Development