aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sony AK <sony@sony-ak.com> 2023-09-15 14:01:05 +0700
committerGravatar GitHub <noreply@github.com> 2023-09-15 00:01:05 -0700
commit819a1fde2896ba2428aaa05d542cc7ec7ef895bf (patch)
tree86e2f9df1a08fa379d938bd194f5d6d5183703ec
parent31fec8f70461f74b3ff99fe8643e9e31d470423b (diff)
downloadbun-819a1fde2896ba2428aaa05d542cc7ec7ef895bf.tar.gz
bun-819a1fde2896ba2428aaa05d542cc7ec7ef895bf.tar.zst
bun-819a1fde2896ba2428aaa05d542cc7ec7ef895bf.zip
Update docs/quickstart.md (#5425)
* Update quickstart.md Update quickstart.md * Update quickstart.md Update quickstart.md
-rw-r--r--docs/quickstart.md2
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 %}