From faf43723b063419bea2ac3277af0aa8a62b51c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=8A=E5=8E=9F=E6=98=8C=E5=BD=A6?= Date: Tue, 16 Apr 2024 17:05:43 +0900 Subject: [PATCH] chore(readme): support version --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa44c19f..6d935b6d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,19 @@ | @capacitor-community/stripe-terminal | Support for in-person payments using Stripe | [/packages/terminal](https://github.com/capacitor-community/stripe/tree/main/packages/terminal#readme) | -## Optional: How to use Stripe Android currently package +## Hint + +### Versions + +Users of Capacitor v5 should use version v5 of the Plugin. + +```bash +% npm install @capacitor-community/stripe@5 +% npm install @capacitor-community/stripe-identity@5 +% npm install @capacitor-community/stripe-terminal@5 +``` + +### How to use Stripe Android currently package Capacitor Android 6's default settings is here: