From 6402344fe17ecaf8a914e513dd38cca4d6db3c80 Mon Sep 17 00:00:00 2001 From: ogolknev Date: Sun, 19 Apr 2026 22:10:23 +0300 Subject: [PATCH] fix: use `solid` instead of `solid@latest` in SolidStart getting started --- src/routes/solid-start/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/solid-start/getting-started.mdx b/src/routes/solid-start/getting-started.mdx index 760e8209e..ace5c46fd 100644 --- a/src/routes/solid-start/getting-started.mdx +++ b/src/routes/solid-start/getting-started.mdx @@ -24,7 +24,7 @@ This starter contains a collection of templates that can be used to quickly boot To start a new project you can initialize SolidStart with the following command: ```package-create -solid@latest +solid ``` This will create a new directory for your project based on the name you enter.