Skip to content

Commit 64fa8b6

Browse files
committed
Fix formatting in Readme file per PR#10.
1 parent 0c9328d commit 64fa8b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ Integration library for Hayward Omnilogic pool controllers to allow easy integra
77

88
To download OmniLogic, either fork this github repo or simply use PyPi via pip.
99

10-
'''
10+
```
1111
$ pip install omnilogic
12-
'''
12+
```
1313

1414
## Using it
1515

1616
OmniLogic provides just the core actions, you will need to code your own specific use of the returned data.
1717

18-
'''
18+
```
1919
from omnilogic import OmniLogic
20-
'''
20+
```
2121

2222
A simple example to return the status of your pool equipment is:
2323

24-
'''
24+
```
2525
api_client = OmniLogic(username, password)
2626
2727
telemetry_data = await api_client.get_telemetry_data()
28-
28+
```
2929

3030
## Functions
3131

0 commit comments

Comments
 (0)