Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Nov 4, 2014
1 parent 7791b24 commit d97d94b
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 @@ -50,7 +50,7 @@ This function is called, when some group of events (that grouped with
All incoming files that piped in will be grouped and passed to `events` stream as is.

* `events` — is `Stream` of incoming events. Events will be grouped by timeout to prevent multiple tasks to be executed repeatedly by commands like `git pull`.
* `done` — is callback for your function signal to batch once you are done. This allows you to run your callback as soon as the previous `end`.
* `done` — is callback for your function signal to batch once you are done. This allows you to run your callback as soon as the previous `end`. `done` can be omitter iff callback returning `Stream` or `Promise`, otherwise __it will block__ next events.

#### Options

Expand Down

0 comments on commit d97d94b

Please sign in to comment.