diff --git a/README.md b/README.md
index 6989830b..89c77f98 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,14 @@ one only needs to disable the right back gesture by
adb shell settings put secure back_gesture_inset_scale_right -1
```
+### Dev Tools for developers
+
+Currently, I implement this feature only for Android 11+.
+I might implement it for older Android versions if there are some requests for doing so.
+
+Tap five times on the Chrome version from the Chrome settings, you will see the `Developer options` menu.
+After restarting Chrome, ChromeXt offers you the `Developer tools` page menu.
+
## Contribute to this project
Before you submit your pull-requests, please ensure that the command
diff --git a/app/src/main/res/xml/developer_preferences.xml b/app/src/main/res/xml/developer_preferences.xml
index c121b729..537d0575 100644
--- a/app/src/main/res/xml/developer_preferences.xml
+++ b/app/src/main/res/xml/developer_preferences.xml
@@ -17,7 +17,7 @@ found in the LICENSE file.
android:title="Update Eruda" />
+ android:title="Disable developer options" />