Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/angular/cli/src/commands/update/long-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ ng update @angular/cli@^<major_version> @angular/core@^<major_version>
```

We recommend that you always update to the latest patch version, as it contains fixes we released since the initial major release.
For example, use the following command to take the latest 10.x.x version and use that to update.
For example, use the following command to take the latest 21.x.x version and use that to update.

```
ng update @angular/cli@^10 @angular/core@^10
ng update @angular/cli@^21 @angular/core@^21
```

For detailed information and guidance on updating your application, see the interactive [Angular Update Guide](https://update.angular.dev/).
For detailed information and guidance on updating your application, see the interactive [Angular Update Guide](/update-guide).
Loading