Skip to content

Commit 84ce1d3

Browse files
committed
Fix instructions
1 parent 80a9321 commit 84ce1d3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@
2323

2424
#### Adding the Code
2525

26-
* Open `AppDelegate.h` Import **RCTPushbots** and Add **PushbotsClient**
26+
* Open `AppDelegate.h` Import **RCTPushbots**:
2727

2828
```objc
2929
#import "RCTPushbots.h"
30-
.....
30+
```
31+
32+
33+
* The add PushbotsClient propery below `@property (nonatomic, strong) UIWindow *window;`
34+
35+
```objc
3136
@property (strong, nonatomic) RCTPushbots *PushbotsClient;
3237
```
3338

0 commit comments

Comments
 (0)