diff --git a/backend/README.md b/backend/README.md index edcc45ab0..d5318811d 100644 --- a/backend/README.md +++ b/backend/README.md @@ -27,7 +27,7 @@ pip install -r requirements.txt With Postgres running, create a `trivia` database: ```bash -createbd trivia +createdb trivia ``` Populate the database using the `trivia.psql` file provided. From the `backend` folder in terminal run: