From 5e723f127da40fff9b66a05add4316bcced67142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Andrieux?= Date: Wed, 7 May 2014 11:07:34 +0200 Subject: [PATCH] s/provded/provided/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdf0dd4f..f0d0869f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Gobot has a extensible system for connecting to hardware devices. The following Support for many devices that use General Purpose Input/Output (GPIO) have -a shared set of drivers provded using the cylon-gpio module: +a shared set of drivers provided using the cylon-gpio module: - [GPIO](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) <=> [Drivers](https://github.com/hybridgroup/gobot-gpio) - Analog Sensor @@ -113,7 +113,7 @@ a shared set of drivers provded using the cylon-gpio module: - Servo Support for devices that use Inter-Integrated Circuit (I2C) have a shared set of -drivers provded using the gobot-i2c module: +drivers provided using the gobot-i2c module: - [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) <=> [Drivers](https://github.com/hybridgroup/gobot-i2c) - BlinkM