Skip to content

Commit fd6210c

Browse files
committed
Update README
1 parent 21593c0 commit fd6210c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ The purpose of having examples with single page applications is highlighting con
6969

7070
| Example | Description |
7171
| ------------- | ------------- |
72-
| [mvvm-rxswift-pure](https://github.com/tailec/ios-architecture/tree/mvvm-rxswift-pure-observables) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. |
73-
| [mvvm-rxswift-functions-subjects-observables](https://github.com/tailec/ios-architecture/tree/mvvm-rxswift-functions-subjects-observables) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as outputs from `ViewModel`. `ViewModel` inputs are defined as subjects wrapped in functions. |
74-
| [mvvm-rxswift-subjects-observables](https://github.com/tailec/ios-architecture/tree/mvvm-rxswift-subjects-observables) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) with observables as `ViewModel` outputs and subjects as `ViewModel` inputs. |
75-
| [mvvm-delegation](https://github.com/tailec/ios-architecture/tree/mvmm-delegates) | Binds `ViewController` and `ViewModel` using delegation pattern. |
72+
| [mvvm-rxswift-pure](mvvm-rxswift-pure) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. |
73+
| [mvvm-rxswift-functions-subjects-observables](mvvm-functions-subjects-observables) and observables as outputs from `ViewModel`. `ViewModel` inputs are defined as subjects wrapped in functions. |
74+
| [mvvm-rxswift-subjects-observables](mvvm-rxswift-subjects-observables) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) with observables as `ViewModel` outputs and subjects as `ViewModel` inputs. |
75+
| [mvvm-delegates](mvvm-delegates) | Binds `ViewController` and `ViewModel` using delegation pattern. |
7676

7777
### Examples in progress
7878
| Example | Description |

0 commit comments

Comments
 (0)