From f02dc9f7bfeba96459acd221665886b7b23f6278 Mon Sep 17 00:00:00 2001 From: Jacob Lamb Date: Wed, 13 Sep 2023 06:56:34 -0700 Subject: [PATCH] chore(create-astro): Remove npm 6.x note (#8529) * chore(create-astro): Remove npm 6.x note * Add missing space --- packages/create-astro/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/create-astro/README.md b/packages/create-astro/README.md index 5341d60f0..60baa62a1 100644 --- a/packages/create-astro/README.md +++ b/packages/create-astro/README.md @@ -17,10 +17,7 @@ yarn create astro `create-astro` automatically runs in _interactive_ mode, but you can also specify your project name and template with command line arguments. ```bash -# npm 6.x -npm create astro@latest my-astro-project --template minimal - -# npm 7+, extra double-dash is needed: +# npm npm create astro@latest my-astro-project -- --template minimal # yarn