From ebda9bdf134913ee8384e93dd2281994af14d796 Mon Sep 17 00:00:00 2001 From: PaulStoffregen Date: Sat, 4 Apr 2020 10:30:25 -0700 Subject: [PATCH] Update readme with specific info about Arduino Library Manager --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index ea29b70..ba47aeb 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,8 @@ Time is a library that provides timekeeping functionality for Arduino. +Using the Arduino Library Manager, install "*Time* by *Michael Margolis*". + The code is derived from the Playground DateTime library but is updated to provide an API that is more flexible and easier to use.