Update Readme.md

This commit is contained in:
pieterbl
2020-02-10 08:28:16 +01:00
committed by GitHub
parent d788757ea2
commit 286d443e01

View File

@ -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