From fc05942ea0bbcbb8a33791813fade191382b6b01 Mon Sep 17 00:00:00 2001 From: KY3LxD <38943742+KY3LxD@users.noreply.github.com> Date: Tue, 13 Nov 2018 14:51:27 -0800 Subject: [PATCH] Fix a typo README.md - "return values. Using" -> "return values (using" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ed81a..cfa1d19 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Your **parameters/data** represents the _water_, and **functions** form the _riv ----------------------------- -Roughly speaking, my definition of pipeline is a sequential series of chained functions where arguments line up with return values. Using Array methods, Promises, or similar). Key to my adaptaion is using named functions. +Roughly speaking, my definition of pipeline is a sequential series of chained functions where arguments line up with return values (using Array methods, Promises, or similar). Key to my adaptaion is using named functions. This ultimately results in your code reading like a step-by-step story.