Skip to content

Commit

Permalink
Revert "docs: remove @latest reference from npm init command"
Browse files Browse the repository at this point in the history
This reverts commit 467ba5a.

(cherry picked from commit a38650d)
  • Loading branch information
alan-agius4 committed Nov 29, 2022
1 parent d9cc4b0 commit 0a543ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Scaffold an Angular CLI workspace without needing to install the Angular CLI glo
### npm

```
npm init @angular [project-name] -- [...options]
npm init @angular@latest [project-name] -- [...options]
```

### yarn
Expand Down

0 comments on commit 0a543ea

Please sign in to comment.