Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta authored Jul 31, 2023
1 parent 09d025d commit a5cbf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

## Version support

Stripe API version `2022-11-15` -> StripeKit: 19.0.0
Stripe API version `2022-11-15` -> StripeKit: 20.0.0

## Installation
To start using StripeKit, in your `Package.swift`, add the following

```swift
.package(url: "https://github.com/vapor-community/stripe-kit.git", from: "19.0.0")
.package(url: "https://github.com/vapor-community/stripe-kit.git", from: "20.0.0")
```

## Using the API
Expand Down

0 comments on commit a5cbf6f

Please sign in to comment.