Skip to content

Commit

Permalink
woops. bad rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Jul 16, 2014
1 parent 60f8a59 commit 15d6c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -153,10 +153,10 @@ v.waterfall(

#### series api
* similar to `waterfall` except passing along args to next function is not a concern
* v.waterfall([fn1, fn2<, fn3>], callback)
* v.series([fn1, fn2<, fn3>], callback)

``` js
v.waterfall(
v.series(
function (callback) {
setTimeout(callback, 2000)
}
Expand Down

0 comments on commit 15d6c60

Please sign in to comment.