From 970860637474b5d295e65bb36b868dfe871bafca Mon Sep 17 00:00:00 2001 From: Matthieu Pinte Date: Thu, 9 Aug 2018 09:57:24 +0200 Subject: [PATCH] Update reference.md `registerforRemoteNotifications` is not a function, `registerForRemoteNotifications` is --- docs/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference.md b/docs/reference.md index 170fa66..f469edb 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -2,7 +2,7 @@ ## Push notifications -### `registerforRemoteNotifications()` +### `registerForRemoteNotifications()` Required in iOS only. @@ -113,4 +113,4 @@ Returns the a promise which resolves to the installation ID. ```js await const installationId = getInstallationId(); console.log(installationId); -``` \ No newline at end of file +```