From 50a56f266b6565adb8ecc38a4c20ee634cacfe19 Mon Sep 17 00:00:00 2001 From: "DESKTOP-MK92NDD\\huyat" Date: Mon, 28 Jan 2019 10:47:34 +0700 Subject: [PATCH] Fix error grammar --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 795d26e..ee44912 100644 --- a/Readme.md +++ b/Readme.md @@ -90,10 +90,10 @@ illustrating how the library can be used with various time sources: if it is running and connected to the Arduino serial port. - `TimeSerialDateStrings.pde` adds day and month name strings to the sketch above - Short (3 character) and long strings are available to print the days of + Short (3 characters) and long strings are available to print the days of the week and names of the months. -- `TimeRTC` uses a DS1307 real time clock to provide time synchronization. +- `TimeRTC` uses a DS1307 real-time clock to provide time synchronization. A basic RTC library named DS1307RTC is included in the download. To run this sketch the DS1307RTC library must be installed.