From f3a74a0da062c6cdff278a170d38cb87eff2b823 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 7 Nov 2016 16:11:47 +0700 Subject: [PATCH] add `p-lazy` to related in the readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b94f137..d9a7a1f 100644 --- a/readme.md +++ b/readme.md @@ -39,6 +39,7 @@ Returns an `Object` with a `promise` property and functions to `resolve()` and ` ## Related +- [p-lazy](https://github.com/sindresorhus/p-lazy) - Create a lazy promise that defers execution until `.then()` or `.catch()` is called - [Moreā€¦](https://github.com/sindresorhus/promise-fun)