From ff19407512fd5eee732d7c97fca75b8cfa4bb5bb Mon Sep 17 00:00:00 2001 From: Felipe Fernandes <75216897+nandzz@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:17:59 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c97765..599a7e3 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ As you can see, inside the coordinator we also have methods responsible to tell * Directly wrap the content inside the ContextContent without the need for the user to do it always. * Evaluate the possibility to implement the navigation stack for iOS>16 * Present in sequence -* Evaluate the need to make Coordinators to have parent/child relations between each other +* Evaluate the need to make Coordinators have parent/child relations with each other * Improve Documentation ## Considerations