Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tompesman committed Sep 25, 2012
1 parent 835571e commit 4114e87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@

Add to your `GemFile`

gem push-core
gem 'push-core'

and add the push provider to you Gemfile:

For __APNS__ (iOS: Apple Push Notification Services):

gem push-apns
gem 'push-apns'

For __C2DM__ (Android: Cloud to Device Messaging, deprecated by Google, not this gem):

gem push-c2dm
gem 'push-c2dm'

For __GCM__ (Android: Google Cloud Messaging):

gem push-gcm
gem 'push-gcm'

And run `bundle install` to install the gems.

Expand Down

0 comments on commit 4114e87

Please sign in to comment.