From 246503313c04364fa7c811914d8fdeab7d8f5dd9 Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Mon, 17 Jul 2023 15:56:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84ce59e..63746c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Scheduler +# Schedule Later -Scheduler is a TypeScript class that provides methods for managing time-based tasks, such as starting and stopping timeouts and intervals at specific times. +schedule-later is a TypeScript class that provides methods for managing time-based tasks, such as starting and stopping timeouts and intervals at specific times. ## Key Concepts