From deeac6fc5d1db441f18077e4ded4d500f6ea80ab Mon Sep 17 00:00:00 2001 From: Felipe Sabino Date: Fri, 19 Aug 2016 17:29:06 -0300 Subject: [PATCH] Fixing README SNS topic JSON format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4063ba2..ed24f57 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ Source SNS topic should receive notifications in the following format: ``` { - apns: { alert: 'Test message', badge: 1, sound: 'default' } - gcm: { text: 'Test message', data: 12345 } + apns: { alert: 'Test message', badge: 1, sound: 'default' }, + gcm: { text: 'Test message', data: 12345 }, apns_recipients: ['APNS device token'], gcm_recipients: ['GCM device token'] }