Skip to content

Commit ba7b7e3

Browse files
author
Nuno Chaves
committed
Update README.md
1 parent 8dad4b7 commit ba7b7e3

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
@@ -24,7 +24,7 @@ Include jupitern/docx in your project, by adding it to your composer.json file.
2424
$dir = 'C:\\www\\docx\\';
2525

2626
// Docx template
27-
$docx = Docx::instance()
27+
$docx = \Jupitern\Docx\Docx::instance()
2828
->setTemplate($dir.'template.docx')
2929
->setData(['{name}' => 'john doe', '{address}' => 'at the end of the road'])
3030
->save($dir.'result.docx');

0 commit comments

Comments
 (0)