From 0fc7d4837cb319794be191e2901696a71f75ae5f Mon Sep 17 00:00:00 2001 From: Peter Jaros Date: Fri, 22 Mar 2013 15:29:16 -0300 Subject: [PATCH] Not only `push` is supported. --- lib/services/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/services/README.md b/lib/services/README.md index c3bd45e80..a4b3cf4bd 100644 --- a/lib/services/README.md +++ b/lib/services/README.md @@ -13,8 +13,7 @@ end Inside the method, you can access the configuration data in a hash named `data`, and the payload data in a Hash named `payload`. -Note: A service can respond to more than one event. Currently, only `push` -is supported. +Note: A service can respond to more than one event. ## Tip: Check configuration data early.