Skip to content

Commit

Permalink
Merge pull request #822 from fasterthanlime/patch-1
Browse files Browse the repository at this point in the history
Fix 'fromCallback' doc link in 'new in bluebird 3'
  • Loading branch information
petkaantonov committed Oct 27, 2015
2 parents f93aaf1 + dd2928d commit 48f73f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/new-in-bluebird-3.md
Expand Up @@ -48,7 +48,7 @@ Warnings have been added to report usages which are very likely to be programmer
- `Promise.spawn` has been deprecated. Use [Promise.coroutine](.) instead.
- [Promise.try](.)'s `ctx` and `arg` arguments have been deprecated.
- `.nodeify` is now better known as [.asCallback](.)
- `.fromNode` is now better known as [.fromCallback](.)
- `.fromNode` is now better known as [Promise.fromCallback](.)


##Summary of breaking changes
Expand Down

0 comments on commit 48f73f0

Please sign in to comment.