peterhinch / micropython-mqtt

A 'resilient' asynchronous MQTT driver. Recovers from WiFi and broker outages.
MIT License
549 stars 116 forks source link

README fix linebreak response_time & bold formatting of constructor parameters #92

Closed SiboVG closed 1 year ago

SiboVG commented 1 year ago

This PR fixes a small personal frustration in the mqtt_as README, namely that there wasn't a linebreak between the response_time parameter and the previous line. So the response_time line was pasted behind the ssl_params line.

I also put the parameter keys in bold so they're more noticeable.

peterhinch commented 1 year ago

Thank you - a definite improvement.