Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPhamous authored Jul 1, 2024
1 parent bef16c8 commit 24bc929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function MyApp({ Component, pageProps }) {
}
```

Then in `next.config.js` or `next.config.mjs` add:
If you're using a version of Next.js that's older than 15, then in `next.config.js` or `next.config.mjs` add:

```diff js
/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit 24bc929

Please sign in to comment.