Skip to content

Commit 29f6961

Browse files
authored
Update readme
1 parent 699d990 commit 29f6961

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ class ProfileCoordinator: Coordinator<ProfilePaths> {
278278
}
279279
```
280280

281-
As you can see, inside the coordinator we also have methods responsible to tell us wich paths are currently presented or removed.
282-
The function buildView is where you gonna assemble your view and return it as **AnyView**. Jump has an extension **.any** that makes this construction easier. If you use **Dependecy Containers**, here is a good place to inject it inside your ViewModels.
281+
As you can see, inside the coordinator we also have methods responsible to tell us which paths are currently presented or removed. The function buildView is where you gonna assemble your view and return it as **AnyView**. Jump has an extension .any that makes this construction easier. If you use **Dependecy Containers**, here is a good place to inject it inside your ViewModels.
283282

284283
## What to Improve / Open Points
285284

0 commit comments

Comments
 (0)