Skip to content

Commit 5a4dacb

Browse files
Update backend run command in README
1 parent 42fc6de commit 5a4dacb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GROQ_API_KEY=your_groq_api_key
3535
### 3. Run Backend
3636

3737
```powershell
38-
python -m uvicorn backend.main:app --reload
38+
python -m uvicorn src.main:app --reload
3939
```
4040

4141
Backend runs at http://localhost:8000
@@ -81,4 +81,4 @@ pytest tests/ -v
8181

8282
## Architecture
8383

84-
See `architecture.md` for detailed documentation.
84+
See `architecture.md` for detailed documentation.

0 commit comments

Comments
 (0)