From 000949140510ea66bb3ef6acae5ad88d1385ed4b Mon Sep 17 00:00:00 2001 From: Eugene Schava Date: Mon, 18 Mar 2024 09:11:18 +0100 Subject: [PATCH] Update README.rst --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5bda7fb..7707224 100644 --- a/README.rst +++ b/README.rst @@ -9,12 +9,10 @@ metrics (CPU, memory, disks, network, smart disk data) to an MQTT broker. **PSMQTT** is written in Python and is based on: -* `paho-mqtt ` to communicate with -the MQTT broker; +* `paho-mqtt ` to communicate with the MQTT broker; * `psutil ` to collect metrics; * `pySMART ` to collect SMART data; -* `recurrent ` to describe reporting -schedule. +* `recurrent ` to describe reporting schedule. * `jinja2 ` to format the data. ============