Просмотр исходного кода

Update README.md (#642)

Fixed some typos. Good writeup.
Victor Adeshile 6 лет назад
Родитель
Сommit
23ed0f0c45
1 измененных файлов с 2 добавлено и 2 удалено
  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. 
 **_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
 ```xml
 <key>NSAppTransportSecurity</key>
 <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.
 `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.
 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/