Skip to content

Commit

Permalink
Update turbopack docs to use create-next-app@latest (#42528)
Browse files Browse the repository at this point in the history
So it's always pulling the latest stuff!
  • Loading branch information
leerob committed Nov 6, 2022
1 parent 3913e4e commit 27159d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/turbopack.md
Expand Up @@ -15,7 +15,7 @@ Turbopack can be used in Next.js 13 in both the `pages` and `app` directories:
1. Create a Next.js 13 project with Turbopack

```bash
npx create-next-app --example with-turbopack
npx create-next-app@latest --example with-turbopack
```

2. Start the Next.js development server (with Turbopack)
Expand Down

0 comments on commit 27159d0

Please sign in to comment.