From decad91d24aa294d492631a522185fa480a91a0d Mon Sep 17 00:00:00 2001 From: Vladimir Pesterev <8786922+pesterev@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:53:54 +0300 Subject: 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> --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quickstart.md') 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!". -- cgit v1.2.3