summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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