From 0040a06a4dcea9348222617080410823d74dae09 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Wed, 17 May 2023 15:55:57 +0900 Subject: Update npm create command in docs (#59) --- docs/src/content/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit