diff --git a/README.md b/README.md
index 4b44b55..df8f52b 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ A C# Project which Contains some Anti-Cracking, anti memory injection techniques
## Hooks Detection
* Detecting Most Anti Anti-Debugging Hooking Methods on Common Anti-Debugging Functions by checking for Bad Instructions on Functions Addresses and it detects user-mode anti anti-debuggers like scyllahide, and it can also detect some sandboxes which uses hooking to monitor application behaviour/activity (like Sandboxie/Sandboxie Plus, Hybrid Analysis, Cuckoo Sandbox, and a lot of other online malware analysis websites/applications).
-* Detecting CLR Functions Hooking.
+* Detecting CLR Functions Hooking. (works only under x86)
# Notice
This Project are created for educational purposes only, also this project are licensed under MIT License.