Browse Source

syntax fix

master
AJ ONeal 5 years ago
parent
commit
038b6cac33
  1. 2
      README.md

2
README.md

@ -39,7 +39,7 @@ batchAsync(batchSize, things, doStuff).then(function(results) {
});
```
## A note on 'undefined'
## A note on `undefined`
Returning `undefined` will cause an exception to be thrown,
and the Promise to be rejected.

Loading…
Cancel
Save