From 38d5f22f03525ebbea6ae865bb7107cdaa1d498d Mon Sep 17 00:00:00 2001 From: Precious Luke Date: Sat, 22 Jul 2023 16:39:03 +0100 Subject: [PATCH] Update intro.md Since we are using port 3000, it ideal to maintain that throughout in order not to confuse beginners --- docs/intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 6d1bcec9b5..456035da6b 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -184,9 +184,9 @@ app.Listen(":3000") Now, you can load the files that are in the `./public` directory: ```bash -http://localhost:8080/hello.html -http://localhost:8080/js/jquery.js -http://localhost:8080/css/style.css +http://localhost:3000/hello.html +http://localhost:3000/js/jquery.js +http://localhost:3000/css/style.css ``` ### Note