aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/ecosystem/solidstart.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-13 20:47:36 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-13 20:47:36 -0700
commit6ac70a6dd2449da987462f2cdcdf80c770abadaf (patch)
treefc546e26ff815284f0afee24e855443f69e5d092 /docs/guides/ecosystem/solidstart.md
parenta8cef7ae75ad9f21a5500fd8c1941629eddd5794 (diff)
downloadbun-6ac70a6dd2449da987462f2cdcdf80c770abadaf.tar.gz
bun-6ac70a6dd2449da987462f2cdcdf80c770abadaf.tar.zst
bun-6ac70a6dd2449da987462f2cdcdf80c770abadaf.zip
Use bun create everywhere
Diffstat (limited to 'docs/guides/ecosystem/solidstart.md')
-rw-r--r--docs/guides/ecosystem/solidstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/solidstart.md b/docs/guides/ecosystem/solidstart.md
index ca2ef471e..fb8d54d91 100644
--- a/docs/guides/ecosystem/solidstart.md
+++ b/docs/guides/ecosystem/solidstart.md
@@ -11,7 +11,7 @@ SolidStart currently relies on Node.js APIs that Bun does not yet implement. The
Initialize a SolidStart app with `create-solid`.
```sh
-$ bunx create-solid my-app
+$ bun create solid my-app
create-solid version 0.2.31
Welcome to the SolidStart setup wizard!