Skip to content

Commit 1c5fdcc

Browse files
Update README.md
1 parent a24c825 commit 1c5fdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Replace <your_weather_api_key_here>, <your_openai_api_key_here>, and <your_vapi_
3737
To run the project, use Poetry to handle the environment:
3838

3939
```bash
40-
poetry run flask run
40+
poetry run flask --app ./app/main run
4141
```
4242

4343
This command starts the Flask server on http://127.0.0.1:5000/. You can access the server from your web browser at this address.

0 commit comments

Comments
 (0)