From 4b62236638806ef64ac33aabf29ff47de23400db Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Sun, 4 Jun 2017 18:24:36 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ac784..1333199 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien ## Features * MQTT client included * MQTT server (broker) included -* TLS 1.2 support for Client and Server +* TLS 1.2 support for client and server * Async support * List of connected clients available (server only) * Extensible communication channels (i.e. In-Memory, TCP, TCP+SSL, WebSockets (not included in this project))