Skip to content

Commit

Permalink
Merge pull request #1 from notnout/patch-1
Browse files Browse the repository at this point in the history
Update README.md to provide a better example description
  • Loading branch information
ramin authored Apr 26, 2024
2 parents 7a82632 + 0d6b6a2 commit 7fe6635
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 @@ -16,7 +16,7 @@ Some helpful examples are available in [the examples folder](./examples)
client = client.WithBaseURL("http://localhost:8282")

invoice, err := client.CreateInvoice({
Description: "Drugqs"
Description: "Groceries"
Amount: 100000,
})
if err != nil {
Expand Down

0 comments on commit 7fe6635

Please sign in to comment.