Skip to content

Commit a6660cd

Browse files
authored
Fixed iOS installation documentation
1 parent 7424a2d commit a6660cd

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)