Skip to content

Commit b66aee2

Browse files
authored
Minor typo - Update Readme
1 parent d9189b6 commit b66aee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip install -r requirements.txt
2727
With Postgres running, create a `trivia` database:
2828

2929
```bash
30-
createbd trivia
30+
createdb trivia
3131
```
3232

3333
Populate the database using the `trivia.psql` file provided. From the `backend` folder in terminal run:

0 commit comments

Comments
 (0)