From 3fca7b9da38cc8dfac6e2fe5e9d06a13c0006b7d Mon Sep 17 00:00:00 2001 From: Marco Colli Date: Mon, 13 Nov 2023 12:28:08 +0100 Subject: [PATCH] Add note to README to avoid confusion between different gems --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38e49a0..77e6bcb 100644 --- a/README.md +++ b/README.md @@ -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: