From 72c097f57f32924001ccd7e224543ed2aab6bf2b Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Thu, 10 Sep 2020 09:08:23 +0100 Subject: [PATCH] Use correct npm package for serving --- docs/features/techdocs/creating-and-publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/creating-and-publishing.md b/docs/features/techdocs/creating-and-publishing.md index 4a37b6bca5..0dfa40f819 100644 --- a/docs/features/techdocs/creating-and-publishing.md +++ b/docs/features/techdocs/creating-and-publishing.md @@ -88,5 +88,5 @@ To do this you can run: ```bash cd ~// -npx techdocs-cli serve +npx @techdocs/cli serve ```