Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdm committed Sep 27, 2018
1 parent 17df900 commit e19fc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ And now you don't have to think on how to handle all this stuff anymore!
How it is different from a promisify
====================================

Different flavors of `promisify` does not handle promise-returning functions.
Different flavors of `promisify` does not handle promise-returning functions and is going to hang when you will try to call a promisifed promise-returning function. **promback** on the other hand is designed to handle both promises and callbacks.

API
===
Expand Down

0 comments on commit e19fc23

Please sign in to comment.