From bcaf82bfbef03b63ac1b28dbe011ae6e08099dcf Mon Sep 17 00:00:00 2001 From: Amadeo Casas Date: Wed, 24 Apr 2024 08:49:06 -0400 Subject: [PATCH 1/3] Nit in section about Beta releases in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7841bee5..2fb9039e 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ For our SDKs WorkOS follows a Semantic Versioning ([SemVer](https://semver.org/) See full examples at https://github.com/workos-inc/java-example-applications. -## Beta SDKs +## Beta Releases WorkOS has features in Beta that can be accessed via Beta releases. We would love for you to try these and share feedback with us before these features reach the stable phase. To install a Beta version, please follow the Installation steps above using the Beta release version. -> Note: there can be breaking changes between beta versions. Therefore, we recommend pinning the package version to a +> Note: there can be breaking changes between Beta versions. Therefore, we recommend pinning the package version to a > specific version. This way you can install the same version each time without breaking changes unless you are > intentionally looking for the latest Beta version. From 48b8527c2c231d250914e2b82b67e636b325accc Mon Sep 17 00:00:00 2001 From: Amadeo Casas Date: Wed, 24 Apr 2024 09:22:00 -0400 Subject: [PATCH 2/3] Improvement to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fb9039e..2ad3b5f4 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ See full examples at https://github.com/workos-inc/java-example-applications. ## Beta Releases WorkOS has features in Beta that can be accessed via Beta releases. We would love for you to try these -and share feedback with us before these features reach the stable phase. To install a Beta version, please follow the -Installation steps above using the Beta release version. +and share feedback with us before these features reach general audience (GA). To install a Beta version, +please follow the [installation steps](#installation) above using the Beta release version. > Note: there can be breaking changes between Beta versions. Therefore, we recommend pinning the package version to a > specific version. This way you can install the same version each time without breaking changes unless you are From 47e535365a2f556d8c706d4ef8b689bbfdf3db48 Mon Sep 17 00:00:00 2001 From: amadeo <165715960+amadeo-workos@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:41:41 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad3b5f4..7039f3fb 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ See full examples at https://github.com/workos-inc/java-example-applications. ## Beta Releases WorkOS has features in Beta that can be accessed via Beta releases. We would love for you to try these -and share feedback with us before these features reach general audience (GA). To install a Beta version, +and share feedback with us before these features reach general availability (GA). To install a Beta version, please follow the [installation steps](#installation) above using the Beta release version. > Note: there can be breaking changes between Beta versions. Therefore, we recommend pinning the package version to a