You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Pawel Krawiec
50
50
51
51
52
52
## Architectures
53
-
This repository hosts each sample app in separate branches.
53
+
This repository hosts each sample app in separate directory.
54
54
55
55
:star: Click the title of example to see detailed README information about specific architecture.
56
56
@@ -61,7 +61,7 @@ This repository hosts each sample app in separate branches.
61
61
62
62
| Example | Description |
63
63
| ------------- | ------------- |
64
-
|[tmdb-mvvm-rxswift-pure](https://github.com/tailec/ios-architecture/tree/tmdb-mvvm-rxswift-pure)| Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. Also, it uses simple navigator pattern for transitions between screens. |
64
+
|[tmdb-mvvm-rxswift-pure](tmdb-mvvm-rxswift-pure)| Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. Also, it uses simple navigator pattern for transitions between screens. |
0 commit comments