diff --git a/README.md b/README.md index a42e1ff..c9f0773 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Ret_M Arduino Library =========================================== -Small simple library to simplify applying delays utilizing the millis() function. +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. ### Usage