Skip to content

Commit

Permalink
Merge branch 'canary' into rsc/fallback-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 30, 2021
2 parents ff33073 + c12ae5e commit 672daeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,18 @@ Or using `yarn`:
yarn add react@latest react-dom@latest
```

### Upgrade Next.js version to latest
### Upgrade Next.js version to 11

To upgrade you can run the following command in the terminal:

```
npm install next@latest
npm install next@11
```

or

```
yarn add next@latest
yarn add next@11
```

### Webpack 5
Expand Down

0 comments on commit 672daeb

Please sign in to comment.