Skip to content

Commit fbc77d4

Browse files
Update README.md
Update Readme
1 parent ecb81bf commit fbc77d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ def main():
4949

5050
Connecting to a die and creating a die object (use "create_dice" and pass it a die device):
5151
```python
52-
My_die = create_dice(dice_devices[0])
52+
myDie = create_dice(dice_devices[0])
5353
```
5454

55+
Once you have the GoDice instance ready (e.g. myDie from the example above) you can call the following class functions:
56+
5557
Messages
5658
-----------
5759
Activating LEDs:

0 commit comments

Comments
 (0)