From 19f8e287804a2c777072887192c9be68ee2bd145 Mon Sep 17 00:00:00 2001 From: Lili Date: Sun, 26 Mar 2023 14:08:26 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 122de3f..7e2f98a 100644 --- a/README.md +++ b/README.md @@ -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.)