From c71b06ec8609443bc5d631439962c92c9669ea70 Mon Sep 17 00:00:00 2001 From: Jonas Kwiedor Date: Sat, 17 Apr 2021 09:52:42 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce5732..72418a0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ When using this function, an email is sent directly to the specified email addre ```go // Send email -email, err := SendInvoiceEmail(InvoiceEmail{invoice.Objects.ID, "email", "subject", "text", "cc", "bcc", "token"}) +email, err := sevdesk.SendInvoiceEmail(sevdesk.InvoiceEmail{invoice.Objects.ID, "email", "subject", "text", "cc", "bcc", "token"}) if err != nil { fmt.Println(err) }