Skip to content

Commit

Permalink
Fixes Beta SDK url in go get command (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-stripe authored Oct 23, 2024
1 parent 93e0786 commit be11c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit be11c5f

Please sign in to comment.