Skip to content

Commit 819d3c8

Browse files
authored
Update README.md
Update the Swift integration steps
1 parent b851e6a commit 819d3c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ $ pod install
3737

3838
## Usage
3939

40-
1. Import Instabug framework header
40+
1. Import Instabug framework header in your app delegate
4141

4242
```swift
43-
// Swift: In your bridging header
44-
#import <Instabug/Instabug.h>
43+
// Swift
44+
import Instabug
4545
```
4646

4747
```objective-c
48-
// Objective-C: In your app delegate
48+
// Objective-C
4949
#import <Instabug/Instabug.h>
5050
```
5151

0 commit comments

Comments
 (0)