From df119783867b8d1431d0c8ee8b0c59d98e2fe14a Mon Sep 17 00:00:00 2001 From: Pavel Lopatin Date: Mon, 4 Aug 2025 09:57:45 +0300 Subject: [PATCH] upd: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766e46f..5629d7f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Run migrations to setup database schema: ### Run app -`uvicorn app.main:app --reload` +`uvicorn apps.main:app --reload` ### Create superuser