Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jiren/rnotifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiren Patel committed Jul 17, 2013
2 parents bafab54 + d497c07 commit 8ffb989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Or install it yourself as:

### 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' })


You can also sends tags with 'event' and 'alert'
Expand Down

0 comments on commit 8ffb989

Please sign in to comment.