Skip to content

Commit

Permalink
Improve Readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
skywall committed Dec 10, 2019
1 parent 1a26427 commit 785e89a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@ We strictly respect this injection hierarchy:

| Application Component | Injects |
| --------- | --------------------- |
| Activity/Fragment | `ViewModel` |
| ViewModel | `ViewState`, UseCase |
| UseCase | `Store` |
| Store | `Dao`, `Persistence`, `ApiService` |
| `Activity/Fragment` | `ViewModel` |
| `ViewModel` | `ViewState`, `UseCase` |
| `UseCase` | `Store` |
| `Store` | `Dao`, `Persistence`, `ApiService` |



Expand Down

0 comments on commit 785e89a

Please sign in to comment.