From 844812311e57c5bbb6442a8232d7c91087bbaf29 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 4 Apr 2016 22:43:26 +0200 Subject: [PATCH] fix Readme issue --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f37717..6c2c8ac 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,6 @@ Each function can return a promise. the pipe stop will finish when every promise * the following options are available: * "forFirst" - executes when first chunk/vinylfile of the stream reaches the pipestop. file is pushed further down the line when function's returned promise is fullfilled. - * "atEnd" - executes like "forFirst" but with every chunk/vinylfile in the stream; - * "atLast" - executes after all chunks have passed and are processed in full. - That means the stream's "finish" event fires before "atLast" is executed!!! \ No newline at end of file + * "forEach" - executes like "forFirst" but with every chunk/vinylfile in the stream; + * "atEnd" - executes after all chunks have passed and are processed in full. + That means the stream's "finish" event fires **before "atLast" is executed**!!! \ No newline at end of file