diff --git a/README.md b/README.md
index 36deeef..5e46eed 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,21 @@
# MTN MoMo API Python Client
-Power your apps with our MTN MoMo API
+
+**🛑 This repository is no longer actively maintained.**
+
+As of July 14, 2025, this project is no longer under active development. This means:
+* No new features will be added.
+* Bugs will not be fixed.
+* Pull requests will not be reviewed or merged.
+* Issues will not be addressed.
+
+We appreciate your interest and contributions.
+**Thank you.**
+
+
+
+Power your apps with our MTN MoMo API
Join our active, engaged community:
Website
@@ -55,7 +69,7 @@ These are the credentials we shall use for the sandbox environment. In productio
Before we can fully utilize the library, we need to specify global configurations. The global configuration must contain the following:
* `BASE_URL`: An optional base url to the MTN Momo API. By default the staging base url will be used
-* `ENVIRONMENT`: Optional enviroment, either "sandbox" or "production". Default is 'sandbox'
+* `ENVIRONMENT`: Optional environment, either "sandbox" or "production". Default is 'sandbox'
* `CALLBACK_HOST`: The domain where you webhooks urls are hosted. This is mandatory.
Once you have specified the global variables, you can now provide the product-specific variables. Each MoMo API product requires its own authentication details i.e its own `Subscription Key`, `User ID` and `User Secret`, also sometimes refered to as the `API Secret`. As such, we have to configure subscription keys for each product you will be using.