From e566a7b5de94643263373780148116360de6c61f Mon Sep 17 00:00:00 2001 From: clach04 Date: Sat, 16 Jul 2016 07:46:19 -0700 Subject: [PATCH] Fix typo in docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 16cfb29..fffe405 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Requirements ------------ HBMQTT is built on Python :mod:`asyncio` library which was introduced in Python 3.4. Tests have shown that HBMQTT run -best with Python 3.4.3. Python 3.5.0 is also fully supported and recommended. Make use you use one of these version +best with Python 3.4.3. Python 3.5.0 is also fully supported and recommended. Make sure you use one of these version before installing HBMQTT. Installation