From cca2d0f8ef8749da3c940bd645d31005913367e6 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Fri, 19 Apr 2013 16:25:44 -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 8cbdfca..4389437 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ communicating with Arduino microcontroller boards from a connected computer, eit It is written using a custom protocol, similar to Firmata (http://firmata.org/wiki/Main_Page). This allows a user to quickly protoype programs for Arduino using Python code, or to simply read, control, or -troubleshoot harware connected to an Arduino board, without ever having to recompile and reload sketches. +troubleshoot harware connected to an Arduino board without ever having to recompile and reload sketches. Method names within the Python Arduino Command API are designed to be as close as possible to their Arduino programming language counterparts.