diff --git a/README.md b/README.md
index 95759c91..d1337928 100755
--- a/README.md
+++ b/README.md
@@ -153,6 +153,9 @@ Other useful `Info.plist` properties are:
* `NSAllowsLocalNetworking`: A Boolean value indicating whether to allow loading of local resources ([Official wiki](https://developer.apple.com/documentation/bundleresources/information_property_list/nsapptransportsecurity/nsallowslocalnetworking));
* `NSAllowsArbitraryLoadsInWebContent`: A Boolean value indicating whether all App Transport Security restrictions are disabled for requests made from web views ([Official wiki](https://developer.apple.com/documentation/bundleresources/information_property_list/nsapptransportsecurity/nsallowsarbitraryloadsinwebcontent)).
+#### Debugging iOS WebViews
+On iOS, debugging WebViews on Safari through developer tools is always enabled. There isn't a way to enable or disable it.
+
### How to enable the usage of camera for HTML inputs such as ``
In order to be able to use camera, for example, for taking images through `` HTML tag, you need to ask camera permission.
@@ -184,9 +187,6 @@ Add the following codes inside the `` tag of your `android/app/src/
```
-#### Debugging iOS WebViews
-On iOS, debugging WebViews on Safari through developer tools is always enabled. There isn't a way to enable or disable it.
-
## Getting Started
For help getting started with Flutter, view our online