Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
eush77 committed Jul 16, 2015
1 parent 92188c8 commit 1e98bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ map({
foo: "bar"
, baz: "boz"
}, function iterator(value, key, cb) {
return value + value
cb(null, value + value)
}, function finish(err, result) {
/* ... */
})
Expand Down

0 comments on commit 1e98bdb

Please sign in to comment.