diff --git a/README.md b/README.md
index 3ebad60..5720ec2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Cloak
-Cloak is an intelligent python backdoor framework.
+Cloak is an intelligent python backdoor framework*.
## What it exactly does?
Cloak generates a python payload via msfvenom and then intelligently injects it into the python script you specify.
@@ -9,11 +9,12 @@ To evade basic detection, Cloak breaks the payload into several parts and places
Cloak will be further upgraded in future to support a wide range of payloads, platforms and evasion techniques.
### Demo
-
+
-### Requirements
+### Compatibility
+Cloak works best on Linux and is compatible with both python2 and python3.
+Dependencies:
- msfvenom
-- python2
### Contribute
For now, Cloak can backdoor python scripts but I am looking forward to do the same for C, bash and perl scripts.