From 8099fa20776b429aaa2aa0ec4fca8533522fce82 Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 16 Aug 2022 18:30:20 +0200 Subject: [PATCH] Fixes typo in README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17b56bb..f6e5e95 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ Downloads E-Mails from a specific folder and sends them to the Default Printer v - Run the binary (optionally using *cron*) ### Example *settings.yaml* -```IMAPUri: imap.provider.com:993 +``` +IMAPUri: imap.provider.com:993 Username: user@example.com Password: P@$$w0Rd 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 -DebugLevel: 0 # 1 = Verbose, 2 = Debug``` +DebugLevel: 0 # 1 = Verbose, 2 = Debug +```