summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Fujino2023-05-17 15:55:57 +0900
committerGitHub2023-05-17 08:55:57 +0200
commit0040a06a4dcea9348222617080410823d74dae09 (patch)
treea1243b9264ca4092990263dab7f7d283aff8c4fe
parent4d3b81db62c64d172d0965429bf85ac013a5bed1 (diff)
downloadIT.starlight-0040a06a4dcea9348222617080410823d74dae09.tar.gz
IT.starlight-0040a06a4dcea9348222617080410823d74dae09.tar.bz2
IT.starlight-0040a06a4dcea9348222617080410823d74dae09.zip
Update npm create command in docs (#59)
-rw-r--r--docs/src/content/docs/getting-started.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/getting-started.mdx b/docs/src/content/docs/getting-started.mdx
index a201c992..035e964d 100644
--- a/docs/src/content/docs/getting-started.mdx
+++ b/docs/src/content/docs/getting-started.mdx
@@ -19,7 +19,7 @@ Starlight is built on top of the [Astro](https://astro.build) all-in-one framewo
```sh
# create a new project with npm
-npm create astro --template starlight
+npm create astro -- --template starlight
```
</TabItem>