Skip to content

Commit 38d8e37

Browse files
authored
Update README.md
1 parent f3a46c5 commit 38d8e37

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ SolidStart brings fine-grained reactivity fullstack with full flexibility. Built
2828
Create a template project with your preferred package manager:
2929

3030
```bash
31-
# With npm
32-
npm create solid
33-
# With pnpm
34-
pnpm create solid --solidstart
35-
# With bun
36-
bun create solid
31+
# using npm
32+
npm create solid@latest -- --solidstart
33+
# using pnpm
34+
pnpm create solid@latest --solidstart
35+
# using bun
36+
bun create solid@latest --solidstart
3737
```
3838

3939
1. Follow the CLI prompts to set up your project.

0 commit comments

Comments
 (0)