Update README.md (#1125)

This commit is contained in:
pakrym-stripe 2022-08-24 08:57:58 -07:00 committed by GitHub
parent 53ab9bf668
commit 78863b4b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,8 @@ To install a beta version use `gem install` with the exact version you'd like to
gem install stripe -v 7.1.0.pre.beta.2 gem install stripe -v 7.1.0.pre.beta.2
``` ```
> Note: There can be breaking changes between beta versions. Therefore we recommend pinning the package version to a specific beta version in your Gemfile. This way you can install the same version each time without breaking changes unless you are intentionally looking for the latest beta version. > **Note**
> There can be breaking changes between beta versions. Therefore we recommend pinning the package version to a specific beta version in your Gemfile. This way you can install the same version each time without breaking changes unless you are intentionally looking for the latest beta version.
We highly recommend keeping an eye on when the beta feature you are interested in goes from beta to stable so that you can move from using a beta version of the SDK to the stable version. We highly recommend keeping an eye on when the beta feature you are interested in goes from beta to stable so that you can move from using a beta version of the SDK to the stable version.