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