Skip to content

Commit 0a543ea

Browse files
committed
Revert "docs: remove @latest reference from npm init command"
This reverts commit 467ba5a. (cherry picked from commit a38650d)
1 parent d9cc4b0 commit 0a543ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/angular/create/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Scaffold an Angular CLI workspace without needing to install the Angular CLI glo
99
### npm
1010

1111
```
12-
npm init @angular [project-name] -- [...options]
12+
npm init @angular@latest [project-name] -- [...options]
1313
```
1414

1515
### yarn

0 commit comments

Comments
 (0)