Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miquel Martín committed Jun 19, 2023
1 parent a5215dc commit 2cecbc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ Where type can be one of: 'apn', 'gcm', 'adm', 'wns', 'webPush'. The types are a
import { WEB, WNS, ADM, GCM, APN } from 'node-pushnotifications';

const regId = {
id: 'INSERT_YOUR_DEVICE_ID',
type: APN.
}
id: 'INSERT_YOUR_DEVICE_ID',
type: APN,
};
```

In case of webPush, `id` needs to be as defined below for `Web subscription`.
Expand Down

0 comments on commit 2cecbc1

Please sign in to comment.