From 84ffb8d97bbc0d84a7f91e12544a48fef2b3defc Mon Sep 17 00:00:00 2001 From: aviau Date: Sat, 14 Sep 2024 17:08:22 -0400 Subject: [PATCH] README: refresh example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d31b2..6a7eaef 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ func main() { os.Getenv("FLARE_API_KEY"), ) resp, err := client.Get( - "/leaksdb/v2/sources", + "/leaksdb/v2/sources", nil, ) if err != nil { fmt.Printf("failed to get sources: %s\n", err)