From 77ab4c22dcfa81b7c6ea4ba662340c4ef90857bc Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Mon, 17 Jul 2023 16:02:19 -0500 Subject: [PATCH] updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5ac6d9..811b7be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Schedule Later -schedule-later is a static class that provides methods for managing date-time based tasks, such as starting timeouts and intervals at a specific time of day. +schedule-later is a static class that provides methods for managing date-time based tasks, such as starting timeouts and intervals at a specific time of day. Under-the-hood, it uses `setTimeout` and `setInterval`. ## Install