Skip to content

Commit a98e5eb

Browse files
committed
Update docs
1 parent b1e6972 commit a98e5eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ use Endroid\QrCode\Builder\BuilderInterface;
7474

7575
public function __construct(BuilderInterface $customQrCodeBuilder)
7676
{
77-
$result = $customQrCodeBuilder
78-
->size(400)
79-
->margin(20)
80-
->build();
77+
$result = $customQrCodeBuilder->build(
78+
size: 400,
79+
margin: 20
80+
);
8181
}
8282
```
8383

0 commit comments

Comments
 (0)