Skip to content

Commit a68c3b2

Browse files
committed
edits
1 parent 1d4ea14 commit a68c3b2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ github "adjust/ios_sdk"
2929
```
3030

3131
You 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 usestatic 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
7878
use 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
8585
following 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

Comments
 (0)