Skip to content

Commit 285cab2

Browse files
authored
Fix typo in README.md
1 parent 87d1cc2 commit 285cab2

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
@@ -130,7 +130,7 @@ Since the local app uses OpenAI models, you should first deploy it for the optim
130130
```bash
131131
python3 -m pip install -e src
132132
python ./src/fastapi_app/setup_postgres_database.py
133-
python ./src/fastapi_app/setup_postgres_seeddata.p
133+
python ./src/fastapi_app/setup_postgres_seeddata.py
134134
```
135135
136136
If you opened the project in Codespaces or a Dev Container, these commands will already have been run for you.

0 commit comments

Comments
 (0)