From 39a442210ad9c438b86f2d887ecf78e4d8f552e6 Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 10 Dec 2017 11:16:25 +0000 Subject: [PATCH] Spotted a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0eb740..b27aadf 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ The native notifications API is hosted at `nativepush-cluster1.pusher.com` and o You can send pushes by using the `notify` method, either globally or on the instance. The method takes two parameters: -- `interests`: An Array of strings which represents the interests your devices are subscribed to. These are akin to channels in the DDN with less of an epehemeral nature. Note that currently, you can only publish to, at most, _ten_ interests. +- `interests`: An Array of strings which represents the interests your devices are subscribed to. These are akin to channels in the DDN with less of an ephemeral nature. Note that currently, you can only publish to, at most, _ten_ interests. - `data`: The content of the notification represented by a Hash. You must supply either the `gcm` or `apns` key. For a detailed list of the acceptable keys, take a look at the [docs](https://pusher.com/docs/push_notifications#payload). Example: