From 27159d07e37cf257bb31e65343d1b504ef49cded Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Sat, 5 Nov 2022 19:24:20 -1000 Subject: [PATCH] Update turbopack docs to use `create-next-app@latest` (#42528) So it's always pulling the latest stuff! --- docs/advanced-features/turbopack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/turbopack.md b/docs/advanced-features/turbopack.md index 66c66ebe37ca..7f1b7ad77deb 100644 --- a/docs/advanced-features/turbopack.md +++ b/docs/advanced-features/turbopack.md @@ -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)