Skip to content

Commit

Permalink
Add missing 'err' parameter to example of async.parallel in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ceedubs committed Oct 16, 2012
1 parent 96a7da5 commit b5895fa
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 @@ -836,7 +836,7 @@ async.parallel([
// this is run at the same time as getting the data
}
],
function(results){
function(err, results){
async.series([
function(callback){
// once there is some data and the directory exists,
Expand Down

0 comments on commit b5895fa

Please sign in to comment.