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. ============