add `p-lazy` to related in the readme

This commit is contained in:
Sindre Sorhus 2016-11-07 16:11:47 +07:00
parent 31911e0cba
commit f3a74a0da0
1 changed files with 1 additions and 0 deletions

View File

@ -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)