Merge pull request #2392 from timja/patch-1

Use correct npm package for serving docs
This commit is contained in:
Himanshu Mishra
2020-09-10 11:00:39 +02:00
committed by GitHub
@@ -88,5 +88,5 @@ To do this you can run:
```bash
cd ~/<repository-path>/
npx techdocs-cli serve
npx @techdocs/cli serve
```