Skip to content

Commit 51e6829

Browse files
authored
Update README.md
1 parent 375aa77 commit 51e6829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Read [Project Setup](http://mobile.teads.tv/sdk/documentation/ios/ios-project-se
2727

2828
### CocoaPods
2929

30-
Teads SDK is available on Cocoapods. Add `TeadsSDK` to your `Podfile
30+
Teads SDK is available on Cocoapods. Add `TeadsSDK` to your Podfile
3131
```
3232
pod 'TeadsSDK'
3333
```
@@ -36,7 +36,7 @@ pod 'TeadsSDK'
3636

3737
Even if Teads SDK if fully compliant with iOS 9 network restrictions (SSL ready), third party ad servers don't all use SSL yet. This is why we highly recommend to allow non-ssl connexions until all ad servers and tracking vendors are ssl compliant too.
3838

39-
You should add the NSAppTransportSecurity exception with NSAllowsArbitraryLoads exception to plist:
39+
You should add the `NSAppTransportSecurity` exception with `NSAllowsArbitraryLoads` exception to plist:
4040

4141
![AppTransportSecurity](AppTransportSecurity.png)
4242

0 commit comments

Comments
 (0)