diff --git a/README.md b/README.md index 07d283d..8e1c9d2 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ npm run dev 2. Start the backend server (from the backend/app directory): ```sh -uvicorn main:app --reload +uvicorn app.main:app --reload ``` ## Data Population