From d497c0791299c0ed596017867b14adb34511a6ef Mon Sep 17 00:00:00 2001 From: Jiren Patel Date: Thu, 11 Jul 2013 14:02:04 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d587b5..6d59f56 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ rnotifier install 'API-KEY' # This will create 'config/rnotifier.yaml' file. ### Send events and alerts - Rnotifier.event(:sign_up, {:username => 'Jiren', :email => 'jiren@example.com', :using => 'facebook' }) + Rnotifier.event(:sign_up, {:username => 'Jiren', :email => 'jiren@example.com', :using => 'facebook' }) - Rnotifier.alert(:order_fail, {:user => 'Jiren', :product => 'PS3', :order_id => '321' }) + Rnotifier.alert(:order_fail, {:user => 'Jiren', :product => 'PS3', :order_id => '321' }) ## Contributing