From be11c5f338205df6e0ff6d44b57784bcd7a5fc88 Mon Sep 17 00:00:00 2001 From: jar-stripe Date: Tue, 22 Oct 2024 17:19:27 -0700 Subject: [PATCH] Fixes Beta SDK url in go get command (#1938) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adab83578a..28ad62eac0 100644 --- a/README.md +++ b/README.md @@ -534,7 +534,7 @@ We would love for you to try these and share feedback with us before these featu To install a beta version of stripe-go use the commit notation of the `go get` command to point to a beta tag: ``` -go get -u github.com/stripe/stripe-go/v80@v77.1.0-beta.1 +go get -u github.com/stripe/stripe-go/v80@beta ``` > **Note**