From d308c624f8368967696cf49ccd668d77bf1dd00b Mon Sep 17 00:00:00 2001 From: Avishay Orpaz Date: Mon, 21 Nov 2016 23:44:27 +0200 Subject: [PATCH] Spelling corrections in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec54d98..e1c7b46 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ An Arduino library for 7-segment display modules based on the TM1637 chip, such Hardware Connection ------------------- -The display modules has two signal connection (and two power connections) which are CLK and DIO. These pins can be connected to any pair of digital pins on the Arduino. When an object is created, the pins should be configured. There is no limitaion on the number of instances used concurrently (as long as each instance has a pin pair of its own) +The display modules has two signal connection (and two power connections) which are CLK and DIO. These pins can be connected to any pair of digital pins on the Arduino. When an object is created, the pins should be configured. There is no limitation on the number of instances used concurrently (as long as each instance has a pin pair of its own) Installation ------------ @@ -21,8 +21,8 @@ The library provides a single class named TM1637Display. An instance of this cla * `setSegments` - Set the raw value of the segments of each digit * `showNumberDec` - Display a decimal number -* `showNumberDexEx` - Display a decimal number with decimal points or colon +* `showNumberDecEx` - Display a decimal number with decimal points or colon * `setBrightness` - Sets the brightness of the display -The information given above is only a summary. Please refer to TM1637Display.h for more information. An example is included, demonstarting the operation of most of the functions. +The information given above is only a summary. Please refer to TM1637Display.h for more information. An example is included, demonstrating the operation of most of the functions.