diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 484a6be0..cd5f0a39 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -15,32 +15,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -69,12 +44,12 @@
-
+
-
-
+
+
@@ -83,12 +58,21 @@
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -192,9 +176,9 @@
-
+
@@ -431,13 +415,13 @@
-
+
-
+
@@ -725,13 +709,6 @@
-
-
-
-
-
-
-
@@ -759,23 +736,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -784,8 +744,32 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
index 5fa05458..bc39e50a 100644
--- a/README.md
+++ b/README.md
@@ -244,7 +244,7 @@ InAppBrowser.openWithSystemBrowser(String url);
Serve the `assetFilePath` from Flutter assets on http://localhost:`port`/. It is similar to `InAppBrowser.open()` with option `isLocalFile: true`, but it starts a server.
-**NOTE for iOS**: For the iOS Platform, you need to add the `NSAllowsLocalNetworking` key with `true` in the `Info.plist` file (See [ATS Configuration Basics](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW35):
+**NOTE for iOS**: For the iOS Platform, you need to add the `NSAllowsLocalNetworking` key with `true` in the `Info.plist` file (See [ATS Configuration Basics](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW35)):
```xml
NSAppTransportSecurity