Skip to content

Commit 2eb590b

Browse files
authored
docs: update Next.js 15 versions in upgrade guide (#74960)
1 parent 001f5de commit 2eb590b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/01-app/03-building-your-application/11-upgrading/03-version-15.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ To update to Next.js version 15, you can use the `upgrade` codemod:
1313
npx @next/codemod@canary upgrade latest
1414
```
1515

16-
If you prefer to do it manually, ensure that you're installing the latest Next & React RC, e.g.:
16+
If you prefer to do it manually, ensure that you're installing the latest Next & React versions:
1717

1818
```bash filename="Terminal"
19-
npm i next@latest react@rc react-dom@rc eslint-config-next@latest
19+
npm i next@latest react@latest react-dom@latest eslint-config-next@latest
2020
```
2121

2222
> **Good to know:**

0 commit comments

Comments
 (0)