diff --git a/docs/content/2.get-started.md b/docs/content/2.get-started.md index 84e5b2bde..56bd0f2bb 100644 --- a/docs/content/2.get-started.md +++ b/docs/content/2.get-started.md @@ -30,11 +30,11 @@ Before getting started, please **make sure to have installed the recommended set ::code-group ```bash [npx] -npx nuxi init content-app -t content +npx nuxi@latest init content-app -t content ``` ```bash [pnpm] -pnpm dlx nuxi init content-app -t content +pnpm dlx nuxi@latest init content-app -t content ``` ::