diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 9f837f6..43c2e72 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,2 @@ # These are supported funding model platforms -github: [softbeehive] -custom: ['https://paypal.me/softbeehive'] +custom: ["https://paypal.me/softbeehive"] diff --git a/README.md b/README.md index c195aed..758c832 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,24 @@ [![npm](https://img.shields.io/npm/dm/vue-stripe-js)](https://www.npmjs.com/package/vue-stripe-js) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine) -Vue 3 components for Stripe. Build advanced payment integrations quickly. Easy to start, friendly DX, minimal abstractions, and full control. It's a glue between Stripe.js and Vue component lifecycle. Works with Nuxt 3. +Vue 3 components for Stripe. Build advanced payment integrations quickly. Easy +to start, friendly DX, minimal abstractions, and full control. It's a glue +between Stripe.js and Vue component lifecycle. Works with Nuxt 3. 🟢 **[Live demo](https://vue-stripe-js.netlify.app/)** ## Health 💜 -Consider supporting efforts to make this project healthy and sustainable. Thank you! -- **[Become a sponsor](https://github.com/sponsors/softbeehive)** +Consider supporting efforts to make this project healthy and sustainable. Thank +you! + - **[Donate via PayPal](https://paypal.me/softbeehive)** ## Quickstart ⚡️ ### Upgrade -- **[Upgrade guide](docs/UPGRADE_V1_TO_V2.md)** + +- **[Upgrade guide](docs/UPGRADE_V1_TO_V2.md)** - **[Docs v1](https://github.com/ectoflow/vue-stripe-js/tree/v1.0.4)** ### 1. Install @@ -44,7 +48,8 @@ onBeforeMount(async() => { ``` -Alternatively, include a script tag. Make sure Stripe.js is loaded before you mount Vue components. +Alternatively, include a script tag. Make sure Stripe.js is loaded before you +mount Vue components. ```html @@ -52,7 +57,8 @@ Alternatively, include a script tag. Make sure Stripe.js is loaded before you mo ### 3. Payment Element -Based on – [deferred payment guide](https://docs.stripe.com/payments/accept-a-payment-deferred?type=payment) +Based on – +[deferred payment guide](https://docs.stripe.com/payments/accept-a-payment-deferred?type=payment) ```vue