From c8172b265a48a730409a6712537c0e6849f2c20f Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 6 Feb 2020 14:50:22 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7fb6af..71669ab 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Stripe has a [portal](https://dashboard.stripe.com) where you can manage all you ### Subscriptions -Subscriptions are how you manage access to your website's content. There are two core components to make Subscriptions work for your Discourse application. These are *Products* and *Plans*. +Suscriptions are major feature of Stripe and this plugin's primary function is to leverage this feature by assigning Subscriptions to Discourse *user groups*. Subscriptions allow you to take payments and controll access to content on your website. When a subscription is created or deleted, a user is added or removed from the user group you associate with your subscription. Please note: If you manually remove or add users to a user group via Discourse admin, you'll need to manage subscriptions for those users manually.