From 45473e866f231e6f09f49ef88597dc0c02ad34cd Mon Sep 17 00:00:00 2001 From: itsscb Date: Thu, 4 Aug 2022 13:41:18 +0200 Subject: [PATCH] Fixing Formating Issue --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aef062..c3ad498 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ 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 - - Example ```IMAPUri: imap.provider.com:993 + - Example ``` +IMAPUri: imap.provider.com:993 Username: user@example.com Password: P@$$w0Rd TLS: true # TLS = true, STARTTLS = false