Skip to content

Commit 429ff2f

Browse files
committed
readme typo
1 parent ade662a commit 429ff2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ $pdfInvoice = new PdfInvoice(
323323
],
324324
logo: public_path('/images/logo.png'), // local path or base64 string
325325
template: "default.layout", // use the default template or use your own
326-
templateData: [ // custom date to pass to the template
326+
templateData: [ // custom data to pass to the template
327327
'color' => '#050038'
328328
],
329329
);

0 commit comments

Comments
 (0)