From c9fa209580b0b583838239d583cd0615eb44d5ad Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 18 Sep 2020 02:13:32 +0200 Subject: [PATCH] Fix formatting --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3a7eb16..e3c086b 100644 --- a/README.rst +++ b/README.rst @@ -6,15 +6,19 @@ Python Module to interface with a balboa spa Requires Python 3 with asyncio. To Install:: + pip install pybalboa To test:: + python3 pybalboa -To Use:: +To Use +`````` + +See ``__main__.py`` for usage examples. - See __main__.py for usage examples. - At a minimum:: +Minimal example:: import asyncio import pybalboa