Skip to content

Commit 4f2bddc

Browse files
committed
Update readme
1 parent ff61b8f commit 4f2bddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fmt.Println(err)
7878
```
7979

8080
## Downlaod invoice
81-
When the invoice has been marked as sent, it can be downloaded. The data will be returned in a string.
81+
When the invoice has been marked as sent, it can be downloaded. The data will be returned as bytes.
8282

8383
```go
8484
download, err := sevdesk.DownloadInvoicePDF(sevdesk.DownloadInvoice{invoice.Objects.ID, "true", "true", "token"})

0 commit comments

Comments
 (0)