From 9b578412aceeae07bd82672841f84d5d0ef2e12e Mon Sep 17 00:00:00 2001 From: David Talbot <121361+niceguydave@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:53:04 +0000 Subject: [PATCH 1/2] Fix filename in README for settings configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a220b0..5e314ff 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Set up a python virtualenv and install the dependencies from `requirements.txt`. ### Settings -Copy `settings_example.py` to `example.py` and set all the variables as appropriate. +Copy `settings_example.py` to `setting.py` and set all the variables as appropriate. ## Run From 2d08615ef7c9a975621664836927c7c2b6242cd5 Mon Sep 17 00:00:00 2001 From: David Talbot <121361+niceguydave@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:53:48 +0000 Subject: [PATCH 2/2] Fix typo in settings file name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e314ff..9a8cb7a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Set up a python virtualenv and install the dependencies from `requirements.txt`. ### Settings -Copy `settings_example.py` to `setting.py` and set all the variables as appropriate. +Copy `settings_example.py` to `settings.py` and set all the variables as appropriate. ## Run