diff --git a/README.md b/README.md index a0ea041..58fcfc3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Usage ``` ### sequenceOf -Run Promises in strict sequence (without passing the result). +Run Promises in strict sequence (without passing the result). + +> Note: In bluebird 2.x this is also available with [`.each`](https://github.com/petkaantonov/bluebird/blob/master/API.md#eachfunction-iterator---promise) javascript: