add a related module to the readme

This commit is contained in:
Sindre Sorhus 2016-11-20 20:04:08 +07:00 committed by GitHub
parent 7443c42ee3
commit 3555910f19
1 changed files with 1 additions and 0 deletions

View File

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