Skip to content

Commit

Permalink
Merge pull request #17 from ti-bone/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
AchoArnold authored Jan 16, 2024
2 parents 632bedf + d6577e3 commit 50bf287
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 @@ -114,7 +114,7 @@ func main() {
All API calls return an `error` as the last return object. All successful calls will return a `nil` error.

```go
subscription, response, err := client.Sucbscriptions.Get(context.Background(), "1")
subscription, response, err := client.Subscriptions.Get(context.Background(), "1")
if err != nil {
//handle error
}
Expand Down

0 comments on commit 50bf287

Please sign in to comment.