Skip to content

Commit 272aba0

Browse files
authored
Fix bun command syntax in README
1 parent 32fe22e commit 272aba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pnpm create solid@latest -s
4545

4646
```bash
4747
# using bun
48-
bun create solid@latest -s
48+
bun create solid@latest --s
4949
```
5050

5151
### Project Structure

0 commit comments

Comments
 (0)