Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Aug 9, 2023
1 parent 88e1227 commit 5167f1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ import (
"fmt"
"net/http"

hookdeck "github.com/fern-hookdeck/hookdeck-go"
hookdeck "github.com/fern-api/hookdeck-go"
hookdeckClient "github.com/fern-api/hookdeck-go/client"
)

func run() error {
client := hookdeck.NewClient(
hookdeck.ClientWithAuthBearer("<YOUR_API_KEY>"),
client := hookdeckClient.NewClient(
hookdeckClient.ClientWithAuthToken("<YOUR_API_KEY>"),
)
attempts, err := client.Attempts().GetAttempts(
context.TODO(),
Expand Down

0 comments on commit 5167f1c

Please sign in to comment.