From 077c0c6adf805d5cc8846f8f74e4fc66d003d198 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Fri, 9 Apr 2021 23:29:32 +0200 Subject: [PATCH] Typo in libraries text --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 1f7c3c4..b17956e 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "TinyMqtt", "keywords": "ethernet, mqtt, m2m, iot", - "description": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages. It does support MQTT 3.1.1 without QOS=0.", + "description": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages. It does support MQTT 3.1.1 with QOS=0.", "repository": { "type": "git", "url": "https://github.com/hsaturn/TinyMqtt.git" diff --git a/library.properties b/library.properties index 2eb823f..687d572 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=0.7.3 author=Francois BIOT, HSaturn, maintainer=Francois BIOT, HSaturn, sentence=A tiny broker and client library for MQTT messaging. -paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP. It does support MQTT 3.1.1 without QoS=0. +paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP. It does support MQTT 3.1.1 with QoS=0. category=Communication url=https://github.com/hsaturn/TinyMqtt architectures=*