From b66aee25d815a445dee6afffece32b017e7f1656 Mon Sep 17 00:00:00 2001 From: Prashanth Reddy Date: Fri, 19 Aug 2022 15:00:08 +0530 Subject: [PATCH] Minor typo - Update Readme --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: