Skip to content

Commit 42c1bd0

Browse files
authored
Fix the link to releases page from readme (#1534)
* Fix the link to releases page from readme * Simplify text
1 parent 14780e0 commit 42c1bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ be aware that the data you see at runtime may not match the types.
248248

249249
### Public Preview SDKs
250250

251-
Stripe has features in the [public preview phase](https://docs.stripe.com/release-phases) that can be accessed via versions of this package that have the `-beta.X` suffix like `12.2.0-beta.2`.
251+
Stripe has features in the [public preview phase](https://docs.stripe.com/release-phases) that can be accessed via versions of this package that have the `-bX` suffix like `12.2.0b2`.
252252
We would love for you to try these as we incrementally release new features and improve them based on your feedback.
253253

254-
The public preview SDKs are different versions of the same package as the stable SDKs. They are appended with `b.X` such as `10.1.0b1`. To install, choose the version that includes support for the preview feature you are interested in by reviewing the [releases page](https://github.com/stripe/stripe-dotnet/releases/) and then use it in the `pip install` command:
254+
To install, choose the version that includes support for the preview feature you are interested in by reviewing the [releases page](https://github.com/stripe/stripe-python/releases/) and then use it in the `pip install` command:
255255

256256
```
257257
pip install stripe==<replace-with-the-version-of-your-choice>

0 commit comments

Comments
 (0)