From 96452106d870fa53ad7f00a05c7357d143cac1e8 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 04:27:42 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee6a02a..25b10a5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SMTP Client for Qt (C++) - Version 1.1 The SmtpClient for Qt is small library writen for Qt 4 (C++ version) that allows application to send complex emails (plain text, html, attachments, inline files, etc.) using the Simple Mail Transfer Protocol (SMTP). -##New in version 1.1: +## New in version 1.1: - TLS (STARTTLS) connection is now supported