From 36d4d6c5f0817c1729eddc9bea8fc7b18f3bb83c Mon Sep 17 00:00:00 2001 From: Athanasios Theocharis Date: Wed, 26 Jun 2019 04:32:10 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f5838d..db735dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # K_Mqtt_Library -An MQTT Android Client that treats mqtt connections as singletons so they can be passed bettween activities. You can connect,subscribe,publish and receive messages anywhere on the android project. Independently of the activity lifecycle. +An MQTT Android Client that treats mqtt connections as singletons so they can be passed bettween activities. You can connect, subscribe, publish and receive messages anywhere on the android project. Independently of the activity lifecycle. >This library uses the Eclipse Paho Android Service.As well as code from the Paho example project