From c97b97c6778fd46a9e4d13d7c793894dacb3e5a4 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Sun, 1 Oct 2017 14:23:17 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77e763f..093f292 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien # Nuget This library is available as a nuget package: https://www.nuget.org/packages/MQTTnet/ +# Examples +Please find examples and the documentation at the Wiki of this repository (https://github.com/chkr1011/MQTTnet/wiki). + # Contributions If you want to contribute to this project just create a pull request. @@ -58,7 +61,4 @@ This library is used in the following projects: * MQTT Client Rx (Wrapper for Reactive Extensions, https://github.com/1iveowl/MQTTClient.rx) * HA4IoT (Open Source Home Automation system for .NET, https://github.com/chkr1011/HA4IoT) -If you use this library and want to see your project here please let me know. - -# Examples -Please find examples and the documentation at the Wiki of this repository (https://github.com/chkr1011/MQTTnet/wiki). \ No newline at end of file +If you use this library and want to see your project here please let me know. \ No newline at end of file