From 2559ac6bc42dbb2dd78973a1ffe6633635ec19df Mon Sep 17 00:00:00 2001 From: Chieh Lin <jasminlin723@gmail.com> Date: Thu, 4 Apr 2024 11:15:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e4b71..2239767 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To start using MAED Extractor, follow these steps: 1. Start the application: `flask run` -2. Access the web interface at [](http://localhost:5000) (replace port 5000 with the actual port number shown on terminal). +2. Access the web interface at **http://localhost:5000** (replace **port 5000** with the actual port number shown on terminal). 3. Start the extraction process step one to step four and monitor the progress through the dashboard. -- GitLab