Skip to content

Commit 78dafbf

Browse files
authored
Update README.md
1 parent a5d295f commit 78dafbf

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
@@ -120,7 +120,7 @@ struct InfoEvent {
120120
}
121121
```
122122

123-
![Platform](https://raw.githubusercontent.com/lm2343635/RxController/master/images/viewmodel.jpg)
123+
![Platform](https://raw.githubusercontent.com/RxSwiftCommunity/RxController/master/images/viewmodel.jpg)
124124

125125
As shown in the graph, the events can only be transfered among a parent view model and its first generation child view models.
126126
For example, the `InfoEvent` we defined above, is enabled among `InfoViewModel`, `NameViewModel` and `NumberViewModel`.

0 commit comments

Comments
 (0)