From 17546197a13fed49edd674eaab5d2045ef8ffbbb Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 2 May 2024 14:24:53 +0200 Subject: [PATCH] chore: update README development instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1efd4e8..b73c496 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See it [in action](https://ayco.io/threads). 3. To start development, run the following: ```bash - (.venv)$ flask --app app.py --debug run + (.venv)$ flask --debug run ``` > Note: On a Mac, the default port 5000 is used by AirDrop & Handoff; you may have to turn those off