aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/ecosystem/hono.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/ecosystem/hono.md')
-rw-r--r--docs/guides/ecosystem/hono.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/hono.md b/docs/guides/ecosystem/hono.md
index 6d928a655..df662973d 100644
--- a/docs/guides/ecosystem/hono.md
+++ b/docs/guides/ecosystem/hono.md
@@ -18,7 +18,7 @@ export default app;
Use `create-hono` to get started with one of Hono's project templates. Select `bun` when prompted for a template.
```bash
-$ bunx create-hono myapp
+$ bun create hono myapp
✔ Which template do you want to use? › bun
cloned honojs/starter#main to /path/to/myapp
✔ Copied project files