diff --git a/README.md b/README.md index 4b8c150..704d6b5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For a collection of examples, see `examples.py`. This file contains methods whic the functionality of many Arduino demo sketches. ## Classes -*Arduino(baud)* - Set up communication with currently connected and powered +- `Arduino(baud)` - Set up communication with currently connected and powered Arduino. ```python board = Arduino("9600") #Example