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.
2 parents 7424a2d + a6660cd commit 70021c3Copy full SHA for 70021c3
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