diff options
Diffstat (limited to 'docs/quickstart.md')
-rw-r--r-- | docs/quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index ea36a961f..9b46d4501 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -74,7 +74,7 @@ Then run it with `bun run start`. ```bash $ bun run start $ bun run index.ts - Listening on http://localhost:4000... + Listening on http://localhost:3000 ... ``` {% callout %} |