Skip to content

Commit 0f0f5d2

Browse files
committed
✨ linkfix
1 parent e4ed56e commit 0f0f5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $qrcode->setOptions($newOptions);
9898
$qrcode->render($newData);
9999
```
100100

101-
In case you just want the raw QR code matrix, call `QRCode::getMatrix()` - this method is also called internally from `QRCode::render()`. See also [Custom output modules](#custom-output-modules).
101+
In case you just want the raw QR code matrix, call `QRCode::getMatrix()` - this method is also called internally from `QRCode::render()`. See also [Custom output modules](#custom-qroutputinterface).
102102

103103
```php
104104
$matrix = $qrcode->getMatrix($data);
@@ -321,7 +321,7 @@ property | type | default | allowed | description
321321
`$imageTransparencyBG` | array | `[255, 255, 255]` | `[R, G, B]` | the RGB values for the transparent color, see [`imagecolortransparent()`](http://php.net/manual/function.imagecolortransparent.php)
322322
`$pngCompression` | int | -1 | -1 ... 9 | `imagepng()` compression level, -1 = auto
323323
`$jpegQuality` | int | 85 | 0 - 100 | `imagejpeg()` quality
324-
`$moduleValues` | array | array | array | Module values map, see [Custom output modules](#custom-output-modules)
324+
`$moduleValues` | array | array | array | Module values map, see [Custom output modules](#custom-qroutputinterface)
325325

326326
#### `QRAuthenticator` trait methods
327327
method | return | description

0 commit comments

Comments
 (0)