From bcc152c07f2a9c4972568abd533fcd33deb9c60e Mon Sep 17 00:00:00 2001 From: Diego Toharia Date: Wed, 10 Apr 2013 12:06:27 +0300 Subject: [PATCH] Fixed minor mistake in parameter description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa3f3d9..1bfe7b2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The plugin provides a service (androidGcmService) that has the following methods The plugin can be configured with the following options (to be placed in the project Config.groovy): - android.gcm.api.key - The GCM service API key. Must be passed as a method parameter if is not provided in the config - android.gcm.time.to.live - The message TTL (2419200 by default) - - android.gcm.delay.'while'.idle - Should the message be delayed with the device is idle (false by default) + - android.gcm.delay.'while'.idle - Should the message be delayed when the device is idle (false by default) - android.gcm.retries - Number of message sent retries (1 by default) A sample project that uses the plugin is available in https://github.com/osoco/grails-android-gcm-server-example (the