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 38f51a366..78538e143 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -46,7 +46,7 @@ Run the file from your shell. ```bash $ bun index.ts -Listening at http://localhost:3000 ... +Listening on http://localhost:3000 ... ``` Visit [http://localhost:3000](http://localhost:3000) to test the server. You should see a simple page that says "Bun!". |