From 89872417e8087d748f43db062bac2c855c407991 Mon Sep 17 00:00:00 2001 From: shenron Date: Sat, 14 Feb 2026 15:39:18 -0500 Subject: [PATCH] Docs: Remove specific port reference from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49fe1e8..a59e251 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ npm install ```bash ng serve ``` -Navigate to `http://localhost:4200/` +Navigate to the local development server URL displayed in the console. ### Build for Production ```bash