1 parent 42fc6de commit 5a4dacbCopy full SHA for 5a4dacb
1 file changed
README.md
@@ -35,7 +35,7 @@ GROQ_API_KEY=your_groq_api_key
35
### 3. Run Backend
36
37
```powershell
38
-python -m uvicorn backend.main:app --reload
+python -m uvicorn src.main:app --reload
39
```
40
41
Backend runs at http://localhost:8000
@@ -81,4 +81,4 @@ pytest tests/ -v
81
82
## Architecture
83
84
-See `architecture.md` for detailed documentation.
+See `architecture.md` for detailed documentation.
0 commit comments