Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FarshadTahmasbi authored Aug 20, 2019
1 parent c81c5e9 commit 5e0f6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As we know we need a LifeCycleOwner (e.g Fragment or FragmentActivity) to create

## What Vita does:
- Creates ViewModels with **Single Owner**:
This is the default ViewModel behavior that already have, The ViewModels created in this way are only available to the owner.
This is the default ViewModel behavior that already has, The ViewModels created in this way are only available to the owner.

<br/>
<p align="center">
Expand All @@ -28,7 +28,7 @@ As we know we need a LifeCycleOwner (e.g Fragment or FragmentActivity) to create
</p>

- Creates ViewModels with **No Owner**:
The ViewModels has no owner, they are available in the application scope and stay alive until the user closes the application
The ViewModels have no owner, they are available in the application scope and stay alive until the user closes the application

<br/>
<p align="center">
Expand Down

0 comments on commit 5e0f6f7

Please sign in to comment.