From 286d443e01d05c2e233e763426996152956efc87 Mon Sep 17 00:00:00 2001 From: pieterbl <30773488+pieterbl@users.noreply.github.com> Date: Mon, 10 Feb 2020 08:28:16 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index db399fd..52126c7 100644 --- a/Readme.md +++ b/Readme.md @@ -144,7 +144,7 @@ The Time library defines a structure for holding time elements that is a compact All the members of the Arduino `tm` structure are bytes and the year is offset from 1970. Convenience macros provide conversion to and from the Arduino format. -Low level functions to convert between system time and individual time elements are provided: +Low-level functions to convert between system time and individual time elements are provided: ```c breakTime(time, &tm); // break time_t into elements stored in tm struct