diff options
author | Ramya Rao <100975018+ramya-stripe@users.noreply.github.com> | 2025-06-30 15:55:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-30 22:55:55 +0000 |
commit | 42c1bd0ee254e345bd778b6bc949299acf633d05 (patch) | |
tree | a5ed2c06418d4f3a5d21faad5ac9a179dfaddd44 | |
parent | 14780e03971f570277464c0745620bc1a0da21a1 (diff) |
Fix the link to releases page from readme (#1534)
* Fix the link to releases page from readme * Simplify text
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -248,10 +248,10 @@ be aware that the data you see at runtime may not match the types. ### Public Preview SDKs -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`. +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`. We would love for you to try these as we incrementally release new features and improve them based on your feedback. -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: +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: ``` pip install stripe==<replace-with-the-version-of-your-choice> |