Skip to content

Commit

Permalink
Add note to README to avoid confusion between different gems
Browse files Browse the repository at this point in the history
  • Loading branch information
collimarco committed Nov 13, 2023
1 parent 5326a5f commit 3fca7b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

This gem makes it possible to send push messages to web browsers from Ruby backends using the [Web Push Protocol](https://datatracker.ietf.org/doc/html/rfc8030). It supports [Message Encryption for Web Push](https://datatracker.ietf.org/doc/html/rfc8291) and [VAPID](https://datatracker.ietf.org/doc/html/rfc8292).

**Note**: This is an open source gem for Web Push. If you want to send web push notifications from Ruby using Pushpad, you need to use another gem ([pushpad gem](https://github.com/pushpad/pushpad-ruby)).

## Installation

Add this line to the Gemfile:
Expand Down

0 comments on commit 3fca7b9

Please sign in to comment.