From 285cab21d2dd5c624aba8a8d017b7020ad95118b Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Mon, 17 Jun 2024 21:31:29 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bd4c84a..9186d053 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Since the local app uses OpenAI models, you should first deploy it for the optim ```bash python3 -m pip install -e src python ./src/fastapi_app/setup_postgres_database.py - python ./src/fastapi_app/setup_postgres_seeddata.p + python ./src/fastapi_app/setup_postgres_seeddata.py ``` If you opened the project in Codespaces or a Dev Container, these commands will already have been run for you.