Skip to content

Commit 98eeaa5

Browse files
committed
Update readme
1 parent fd6210c commit 98eeaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The purpose of having examples with single page applications is highlighting con
7070
| Example | Description |
7171
| ------------- | ------------- |
7272
| [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. |
73+
| [mvvm-rxswift-functions-subjects-observables](mvvm-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. |
7474
| [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. |
7575
| [mvvm-delegates](mvvm-delegates) | Binds `ViewController` and `ViewModel` using delegation pattern. |
7676

0 commit comments

Comments
 (0)