@@ -29,15 +29,15 @@ github "adjust/ios_sdk"
2929```
3030
3131You can also choose to integrate the adjust SDK by adding it to your project as a framework.
32- On [ releases page] [ releases ] you can find two archives:
32+ On the [ releases page] [ releases ] you can find two archives:
3333
3434* ` AdjustSdkStatic.framework.zip `
3535* ` AdjustSdkDynamic.framework.zip `
3636
37- Since iOS 8 Apple has introduced dynamic frameworks (also known as embedded frameworks),
38- so if your app is targeting iOS 8 or higher, you can use the adjust SDK dynamic framework.
39- Choose which framework you want to use, static or dynamic one, add it to your project
40- and continue with [ step 3] ( #step3 ) .
37+ iOS 8 Apple has introduced dynamic frameworks (also known as embedded frameworks).
38+ If your app is targeting iOS 8 or higher, you can use the adjust SDK dynamic framework.
39+ Choose which framework you want to use – static or dynamic – and add it to your project
40+ before continuing with [ step 3] ( #step3 ) .
4141
4242
4343### 1. Get the SDK
@@ -74,21 +74,21 @@ steps to add the `iAd.framework`, unless you are using tvOS. Change the `Status`
7474
7575#### Import statement
7676
77- If you added the adjust SDK from source or via Pod repository, you should
77+ If you added the adjust SDK from the source or via a Pod repository, you should
7878use following import statement:
7979
8080``` objc
8181#import " Adjust.h"
8282```
8383
84- If you added the adjust SDK as framework or via Carhage , you should use
84+ If you added the adjust SDK as a framework or via Carthage , you should use
8585following import statement:
8686
8787``` objc
8888#import < AdjustSdk/Adjust.h>
8989```
9090
91- To start with , we'll set up basic session tracking.
91+ To begin , we'll set up basic session tracking.
9292
9393#### Basic Setup
9494
0 commit comments