Skip to content

Commit

Permalink
Merge pull request #894 from dmlukichev/patch-1
Browse files Browse the repository at this point in the history
Update README.md 📜
  • Loading branch information
aearly committed Aug 26, 2015
2 parents b2fded3 + d57b110 commit 04e8be1
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 @@ -103,7 +103,7 @@ async.waterfall([
}
// since we did not return, this callback still will be called and
// `processData` will be called twice
callback(result);
callback(null, result);
});
},
processData
Expand Down

0 comments on commit 04e8be1

Please sign in to comment.