From 78863b4b0ffc7eecad02165c8df6d28fd0470788 Mon Sep 17 00:00:00 2001 From: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com> Date: Wed, 24 Aug 2022 08:57:58 -0700 Subject: [PATCH] Update README.md (#1125) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 910d481e..bc240146 100644 --- a/README.md +++ b/README.md @@ -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 ``` -> 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.