From 4c6b08cd933b7efc917dd23c71850f9dbe7066b0 Mon Sep 17 00:00:00 2001
From: itsscb <dev@itsscb.de>
Date: Tue, 16 Aug 2022 18:29:49 +0200
Subject: [PATCH] Updates Example in README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1290ae2..17b56bb 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ Downloads E-Mails from a specific folder and sends them to the Default Printer v
 - Clone this Repository: ```git clone https://github.com/itsscb/autoprint.git```
 - Build the binary: ```go build```
 - Create the *settings.yaml*-file
-- Run the binary (optionally using *cron*
+- Run the binary (optionally using *cron*)
 
 ### Example *settings.yaml*
 ```IMAPUri:  imap.provider.com:993
 Username: user@example.com
 Password: P@$$w0Rd
-TLS: true # TLS = true, STARTTLS = false
+TLS: true # TLS = true, STARTTLS or other = false
 SourceFolder: INBOX/Print # Where to get the E-Mails
 DestinationFolder:  INBOX/Printed # Where to move the E-Mails afterwards
-Debug: 0 # 1 = Verbose, 2 = Debug```
+DebugLevel: 0 # 1 = Verbose, 2 = Debug```