Skip to content

Commit

Permalink
Merge pull request #20 from lrdiv/readme-typo
Browse files Browse the repository at this point in the history
Update README.md to fix angular CLI package typo
  • Loading branch information
lrdiv authored Jan 17, 2025
2 parents de3e9c6 + a05b213 commit 0ba1c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The only third-party dependency at the moment is [Mailgun](https://www.mailgun.c
2. Install global npm depencies
```sh
npm install -g nx@latest
npm install -g @angular/ci@19
npm install -g @angular/cli@19
```
3. Install local dependencies
```sh
Expand Down

0 comments on commit 0ba1c28

Please sign in to comment.