Skip to content

Commit 7e73259

Browse files
committed
Missing concatenation dot
1 parent 0f436b4 commit 7e73259

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
@@ -39,7 +39,7 @@ $pdf = new Pdf('/home/joe/page.html');
3939

4040
// If you installed the binary through composer, you need to configure
4141
// the right path to the binary (modify to match your path/version):
42-
$pdf->binary = __DIR__'/vendor/bin/wkhtmltopdf-i386';
42+
$pdf->binary = __DIR__ . '/vendor/bin/wkhtmltopdf-i386';
4343

4444
$pdf->saveAs('/tmp/new.pdf');
4545
```

0 commit comments

Comments
 (0)