Navigation Menu

Skip to content

Commit

Permalink
added note about new .each feature in 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasg committed Aug 27, 2014
1 parent 4f55ca1 commit 702520a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 702520a

Please sign in to comment.