diff --git a/README.md b/README.md
index c181c08..4ca5f33 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
## Magento 2.4.4 - @deprecated
-On version 2.4.4, Magento is able to handle blue/green deployment, making this module no more required to handle Zero Downtime Deployment.
-To enable blue/green deployment you can add the config `deployment/blue_green/enabled` in your app/etc/env.php:
+On version 2.4.4, Magento is able to handle blue/green deployment, making this module no more required.
+To enable blue/green deployment you can add the deployment config `deployment/blue_green/enabled` in file app/etc/env.php:
```php
'deployment' => [
'blue_green' => [
@@ -19,7 +19,7 @@ To enable blue/green deployment you can add the config `deployment/blue_green/en
Related commit is here: https://github.com/magento/magento2/commit/c241e11adf59baeca9d9e66cdbd726e4b0b88b21
-⚠ Consequently, this module is now deprecated and will not be maintained anymore.
+⚠ Consequently, this module is now deprecated and will be not maintained anymore.
## Purpose