From 8af878cc046cf27d505b9f260996dd8ce9b80ab2 Mon Sep 17 00:00:00 2001 From: MultiCoreNop Date: Mon, 30 Mar 2015 07:14:01 +0200 Subject: [PATCH] fixed several typos in readme --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b73e716..a103f5c 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ requires pySerial, which can be installed with pip:: Example ------- -This examples goes on bus and prints received messages: +This example goes on bus and prints received messages: .. code:: python @@ -38,14 +38,14 @@ correctly. Using Peak CAN Tools ==================== -Peak CAN tools (also known as GridConnect) are support through SocketCAN. This +Peak CAN tools (also known as GridConnect) are supported through SocketCAN. This functionality is only available on Linux For kernels 3.6 and newer, skip to step 5. 1. Download the Peak `Linux driver`_. -2. Install dependancies:: +2. Install dependencies:: sudo apt-get install libpopt-dev @@ -68,7 +68,7 @@ For kernels 3.6 and newer, skip to step 5. Example ------- -The device can now be accessed as a ``SocketCanDev``. This examples goes on bus and prints received messages: +The device can now be accessed as a ``SocketCanDev``. This example goes on bus and prints received messages: .. code:: python