We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7424a2d commit a6660cdCopy full SHA for a6660cd
README.md
@@ -381,7 +381,7 @@ namespace ...
381
* To enable support for notification and register events you need to augment your AppDelegate. At the top of your **AppDelegate.m**:
382
383
```objective-c
384
-#import "<RNAzureNotificationHub/RCTAzureNotificationHubManager.h>"
+#import <RNAzureNotificationHub/RCTAzureNotificationHubManager.h>
385
```
386
387
* And then add the following code in the same file:
0 commit comments