From 2c5779bbe59676f5e11ca18f43982f43b7a01cce Mon Sep 17 00:00:00 2001 From: Erik Rasmussen Date: Fri, 4 May 2018 15:31:58 +0200 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 717ca79..c02f036 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -[Callbag](https://github.com/callbag/callbag) operator that allows data and talkbacks to pass through it freely until it received a data or talkback message of `PAUSE`, in which case it stops the downflow of data until it receives another data or talkback message of `RESUME`. +[Callbag](https://github.com/callbag/callbag) operator that allows data and talkbacks to pass through it freely until it receives a data or talkback message of `PAUSE`, in which case it stops the downflow of data until it receives another data or talkback message of `RESUME`. Think of it like a valve on a pipe.