Skip to content

Commit 935fe73

Browse files
committed
readme update for running main
1 parent 1f25a78 commit 935fe73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This project implements a FastAPI-based web application that uses Autogen to cre
3232

3333
1. Start the FastAPI server:
3434
```
35-
python main.py
35+
uvicorn main:app --reload
3636
```
3737
This will start the server on `http://0.0.0.0:8000`.
3838

0 commit comments

Comments
 (0)