Skip to content

Commit bf20e5f

Browse files
committed
docs: Update README.md
1 parent bc17dad commit bf20e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ pip install -r requirements.txt
2929

3030
3. **Create Config Files**
3131

32+
Before running the script, you must create a `config.toml` and `template.txt` file. There are a `config-example.toml` and `template-example.txt` provided which you can copy and edit.
33+
3234
* `config.toml`: stores credentials, SMTP settings, and monitored users
3335
* `template.txt`: the email body (supports {name}, {author}, {content}, {url})
3436

3537
## 📁 `config.toml` Configuration
3638

37-
Before running the script, you must create a `config.toml` file. There is a `config-example.toml` provided which you can copy and edit.
38-
3939
### ⌚ Script Schedule (`[schedule]`)
4040

4141
This is used to define the schedule on when the script should run.

0 commit comments

Comments
 (0)