From 3555910f191681e03eda2067d163099bf8069862 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 20 Nov 2016 20:04:08 +0700 Subject: [PATCH] add a related module to the readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4b29220..005caf5 100644 --- a/readme.md +++ b/readme.md @@ -77,6 +77,7 @@ Exposed for instance checking and sub-classing. ## Related - [delay](https://github.com/sindresorhus/delay) - Delay a promise a specified amount of time +- [p-min-delay](https://github.com/sindresorhus/p-min-delay) - Delay a promise a minimum amount of time - [p-retry](https://github.com/sindresorhus/p-retry) - Retry a promise-returning function - [Moreā€¦](https://github.com/sindresorhus/promise-fun)