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"