Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 08a8475

Browse files
committed
readme update
fixed some format issues
1 parent 9b58344 commit 08a8475

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ Usage
2020

2121
Install::
2222

23-
pip install simpleusbrelay
23+
pip install simpleusbrelay
2424

2525
Instantiate::
2626

27-
import simpleusbrelay
28-
relaycontroller=simpleusbrelay(idVendor=16c0, idProduct=05df)
27+
import simpleusbrelay
28+
relaycontroller=simpleusbrelay(idVendor=16c0, idProduct=05df)
2929

3030
Turning relay x on/off::
3131
3232
#x == relaynumber (between 1 - 8)
33-
relaycontroller.array_on(x)
33+
relaycontroller.array_on(x)
3434
relaycontroller.array_off(x)
3535

3636
Turning all relays on/off::
3737

38-
relaycontroller.array_on(all)
38+
relaycontroller.array_on(all)
3939
relaycontroller.array_off(all)

0 commit comments

Comments
 (0)