From 39c28625412dddb68dc005d6622bde7a6a44bb35 Mon Sep 17 00:00:00 2001 From: Joaquin Villalba Date: Thu, 18 Oct 2018 03:39:55 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9f0773..d12425e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Ret_M Arduino Library =========================================== Small library to simplify applying delays utilizing the millis() function. -Ideal for time sensitive projects, debouncing, or for those who want to avoid utilizing delay(), delayMicroseconds(), or other of the kind that halts the program. +Ideal for time sensitive projects, debouncing, or for those who want to avoid using delay(), delayMicroseconds(), or other of the kind that halts the program. ### Usage - Include Ret_M.h: #include "Ret_M.h"