fix typo in readme

This commit is contained in:
Lili (Tlapka) 2023-03-26 14:08:26 +02:00
parent 99e014b2d1
commit 19f8e28780
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ as a package in editable more.
python -m flask init-db
```
5. Create an `instance/config.py` file and fill it in as needed.
Default values are included in `tlapbot/default_config`, and values in
Default values are included in `tlapbot/default_config.py`, and values in
`config.py` overwrite them. (The database also lives in the instance folder
by default.)