From a79c8758546279ec9b4933c1fddf36bfe7a9f3e5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 14 Dec 2023 01:27:27 +0100 Subject: [PATCH] Meta tweaks --- LICENSE => license | 0 readme.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename LICENSE => license (100%) diff --git a/LICENSE b/license similarity index 100% rename from LICENSE rename to license diff --git a/readme.md b/readme.md index d70ad8a..07c7e16 100644 --- a/readme.md +++ b/readme.md @@ -47,4 +47,5 @@ The returned function has a `.clear()` method to cancel scheduled executions, an ## Related -- [p-debounce](https://github.com/sindresorhus/p-debounce) - Similar but handles promises. +- [p-debounce](https://github.com/sindresorhus/p-debounce) - Similar but handles promises +- [throttleit](https://github.com/sindresorhus/throttleit) - Throttle a function to limit its execution rate