Skip to content

Commit

Permalink
Merge pull request #6 from fabaff/patch-1
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
garbled1 authored Nov 12, 2020
2 parents e2fa42d + c9fa209 commit ea77616
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ip-of-spa-wifi>

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
Expand Down

0 comments on commit ea77616

Please sign in to comment.