diff --git a/apps/pipe-intermediate/README.md b/apps/pipe-intermediate/README.md index b0051ad..61be6df 100644 --- a/apps/pipe-intermediate/README.md +++ b/apps/pipe-intermediate/README.md @@ -8,8 +8,8 @@ Pure pipe are a very useful way to transform data from your template. The differ ### Information: -In this second exercice, you add calling multiple functions inside your template. You can create a pipe for each of this function but this will be a bit too much to create that much specific pipe. -The goal is to create a wrapFn pipe to wrap your function calls though a pipe. +In this second exercice, you are calling multiple functions inside your template. You can create a specific pipe for each of the functions but this will be too cumbersome. +The goal is to create a `wrapFn` pipe to wrap your callback function though a pipe. Your function MUST remain inside your component. `WrapFn` must be highly reusable. ### Constraints: