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 +```