From 5e0f6f76740e3541397d40a6eddff99a2cb5fbe7 Mon Sep 17 00:00:00 2001 From: Farshad Date: Tue, 20 Aug 2019 23:47:07 +0430 Subject: [PATCH] README updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c62a646..631287e 100644 --- a/README.md +++ b/README.md @@ -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.

@@ -28,7 +28,7 @@ As we know we need a LifeCycleOwner (e.g Fragment or FragmentActivity) to create

- 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