From 0f378360aff4afd10ca43330ba59e3e05a8044ab Mon Sep 17 00:00:00 2001 From: "Dr. Peter O'Hara-Diaz" <150700342+ripcdoc@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:01:36 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d214be..03e1780 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Here’s an example of modifying the HTML template to include a custom message: Ensure that your template files are stored in the directory specified by the `TEMPLATE_DIR` environment variable. By default, the script will look for templates in `./templates`, but you can change this path in the `.env` file to point to a different location. -### General Troubleshooting +## Troubleshooting If the script fails to load a template or sends an incomplete email: - **Check the template file path**: Ensure that `TEMPLATE_DIR` points to the correct directory.