From b6595ac1d30ed5bad3d878e987d2274d48922ed1 Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Wed, 4 May 2016 05:15:05 +0200 Subject: [PATCH] small typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0954c97..9cde55b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm install taskbuffer --save Any additional calls will then be truncated * Task.trigger() and Task.triggerBuffered() always return a Promise which is fullfilled once the related task call has completed. -* Task.triggered() is an ObservableStram that emits events every time a task is promised. +* Task.triggered() is an Observable stream that emits events every time a task call is called and every time a call is completed. * Task is compatible to gulp streams. #### Taskchain