Browse Source

Update README.md (#642)

Fixed some typos. Good writeup.
Victor Adeshile 5 years ago
parent
commit
23ed0f0c45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -172,7 +172,7 @@ Set the `ignoreSSLErrors` option to true to display content from servers with ce
 
 **_Warning:_** Don't use this in production. 
 
-Note that on iOS you you need to add new key to `ios/Runner/Info.plist`
+Note that on iOS, you need to add new key to `ios/Runner/Info.plist`
 
 ```xml
 <key>NSAppTransportSecurity</key>
@@ -187,7 +187,7 @@ Note that on iOS you you need to add new key to `ios/Runner/Info.plist`
 `NSAllowsArbitraryLoadsInWebContent` is for iOS 10+ and `NSAllowsArbitraryLoads` for iOS 9.
 Otherwise you'll still not be able to display content from pages with untrusted certificates.
 
-You can test your ignorance of ssl certificates is working e.g. through https://self-signed.badssl.com/ 
+You can test your ignorance if ssl certificates is working e.g. through https://self-signed.badssl.com/