Skip to content

Commit

Permalink
README: refresh example
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Sep 14, 2024
1 parent 6d9688f commit 84ffb8d
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 @@ -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)
Expand Down

0 comments on commit 84ffb8d

Please sign in to comment.