Skip to content

Commit 323b685

Browse files
committed
docs: proofread upgrade guide
1 parent 08967f5 commit 323b685

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/UPGRADE_V1_TO_V2.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# Upgrade guide
22

3-
Upgrading your vue-stripe-js from v1 to v2.
3+
Upgrading your Vue Stripe.js from v1 to v2.
44

5-
Vue Stripe.js v2.0.0 is a major update that makes changes in default choices due to Stripe.js evolution. It was designed with stability in mind. Your upgrade should be smooth and simple.
5+
v2.0.0 is a major update that introduces changes in default choices due to the evolution of Stripe.js. It was designed with stability in mind, ensuring that your upgrade should be smooth and simple.
66

77
## Breaking changes
88

9-
ES module is the de-facto standard. Vite is expected to drop commonjs support in 2025. Don't upgrade if you use "require" instead of "import".
9+
ES modules are the de facto standard. Vite is expected to drop CommonJS support in 2025. Do not upgrade if you are using "require" instead of "import."
1010

11-
- added npm type module
12-
- removed commonjs export
11+
- Added npm type module
12+
- Removed CommonJS export
1313

1414
## Features
15-
- Backward-compatible, old implementations should work seamlessly
15+
16+
- Backward-compatible; old implementations should work seamlessly
1617
- Payment Element is the new default
17-
- Better TypeScript support
18+
- Improved TypeScript support
1819
- Added new examples for Payment, Card, and Express Checkout
1920

2021
## Upgrade

0 commit comments

Comments
 (0)