Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Correct Next.js 9 upgrade instructions (vercel#26271)
Browse files Browse the repository at this point in the history
The upgrade instructions from version 9 to version 10 still had the `@latest` tag. This PR changes it to use `@10`
  • Loading branch information
giraffesyo committed Jun 17, 2021
1 parent deeb243 commit 913bd7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@ There were no breaking changes between version 9 and 10.
To upgrade run the following command:

```
npm install next@latest
npm install next@10
```

Or using `yarn`:

```
yarn add next@10
```

## Upgrading from version 8 to 9
Expand Down

0 comments on commit 913bd7b

Please sign in to comment.