diff --git a/subjects/flow/README.md b/subjects/flow/README.md index 5d9049b5..23f863b0 100644 --- a/subjects/flow/README.md +++ b/subjects/flow/README.md @@ -2,8 +2,7 @@ ### Instructions -Create the function `flow` that will works as the \_.flow([funcs]) -from lodash. +Create the function named `flow` that will like the `_.flow([funcs])` from lodash. ### Example