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