diff options
author | 2023-09-11 18:53:54 +0300 | |
---|---|---|
committer | 2023-09-11 08:53:54 -0700 | |
commit | decad91d24aa294d492631a522185fa480a91a0d (patch) | |
tree | c096d0836d40d63c03fb165c69ae0e1a11d84c8d | |
parent | ea56182c5a45be7978de8521f6cdaee0e0772434 (diff) | |
download | bun-decad91d24aa294d492631a522185fa480a91a0d.tar.gz bun-decad91d24aa294d492631a522185fa480a91a0d.tar.zst bun-decad91d24aa294d492631a522185fa480a91a0d.zip |
Fixed inconsistent log messages in the Quickstart guide (#4942)
Looks like it is just a typo and needs to be fixed.
Signed-off-by: Vladimir Pesterev <8786922+pesterev@users.noreply.github.com>
-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!". |