From 01f80900aeb728194057b5e05a4e9f53013eb896 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Fri, 19 Apr 2013 16:38:28 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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