Skip to content

Commit 70021c3

Browse files
authored
Merge pull request #83 from jbenzshawel/master
Fixed iOS installation documentation
2 parents 7424a2d + a6660cd commit 70021c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ namespace ...
381381
* To enable support for notification and register events you need to augment your AppDelegate. At the top of your **AppDelegate.m**:
382382

383383
```objective-c
384-
#import "<RNAzureNotificationHub/RCTAzureNotificationHubManager.h>"
384+
#import <RNAzureNotificationHub/RCTAzureNotificationHubManager.h>
385385
```
386386

387387
* And then add the following code in the same file:

0 commit comments

Comments
 (0)