summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jacob Lamb <jacobtlamb@hey.com> 2023-09-13 06:56:34 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-13 08:56:34 -0500
commitf02dc9f7bfeba96459acd221665886b7b23f6278 (patch)
treeeda78592f1fac08ab0554a9a6d3d9450ff09564a
parentc23ddb9ab31c34633b3a0f163fd4c24c852073de (diff)
downloadastro-f02dc9f7bfeba96459acd221665886b7b23f6278.tar.gz
astro-f02dc9f7bfeba96459acd221665886b7b23f6278.tar.zst
astro-f02dc9f7bfeba96459acd221665886b7b23f6278.zip
chore(create-astro): Remove npm 6.x note (#8529)
* chore(create-astro): Remove npm 6.x note * Add missing space
-rw-r--r--packages/create-astro/README.md5
1 files changed, 1 insertions, 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