Skip to content

Commit

Permalink
Update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Nov 22, 2024
1 parent 736c1bb commit 319812a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Square Go Library

[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern)
[![go shield](https://img.shields.io/badge/go-docs-blue)](https://pkg.go.dev/github.com/fern-demo/square-go-sdk)
[![go shield](https://img.shields.io/badge/go-docs-blue)](https://pkg.go.dev/github.com/square/square-go-sdk)

The Square Go library provides convenient access to the Square API from Go.

Expand All @@ -14,16 +14,16 @@ This module requires Go version >= 1.18.
Run the following command to use the Square Go library in your module:

```sh
go get github.com/fern-demo/square-go-sdk
go get github.com/square/square-go-sdk
```

## Usage

```go
import (
"github.com/fern-demo/square-go-sdk"
squareclient "github.com/fern-demo/square-go-sdk/client"
"github.com/fern-demo/square-go-sdk/option"
"github.com/square/square-go-sdk"
squareclient "github.com/square/square-go-sdk/client"
"github.com/square/square-go-sdk/option"
)

client := squareclient.NewClient(
Expand Down

0 comments on commit 319812a

Please sign in to comment.