From 9d1679d77cd1af4942eb6a5e85814fea885351ff Mon Sep 17 00:00:00 2001 From: Chieh Lin <jasminlin723@gmail.com> Date: Thu, 4 Apr 2024 11:12:35 +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 afa79be..53e4b71 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To install MAED Extractor, follow these steps: To start using MAED Extractor, follow these steps: 1. Start the application: -`flask run ` +`flask run` 2. Access the web interface at [](http://localhost:5000) (replace port 5000 with the actual port number shown on terminal). -- GitLab