Skip to content

Commit ec51025

Browse files
Merge pull request #1473 from sk-al/patch-1
Update documentation.md
2 parents 643f1e9 + 1ed9553 commit ec51025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm i -D @compodoc/compodoc
1515
Generate project documentation using the following command (npm 6 is required for `npx` support). See [the official documentation](https://compodoc.app/guides/usage.html) for more options.
1616

1717
```bash
18-
$ npx compodoc -p tsconfig.json -s
18+
$ npx @compodoc/compodoc -p tsconfig.json -s
1919
```
2020

2121
Open your browser and navigate to [http://localhost:8080](http://localhost:8080). You should see an initial Nest CLI project:

0 commit comments

Comments
 (0)